using System; [Serializable] public enum MyEvents { CHANGE_COLOR = 0, JUMP = 1, LENGTH = 2 }