using System; [Serializable] public enum MovementTransferOnJumpINFINIGRASS { None = 0, InitTransfer = 1, PermaTransfer = 2, PermaLocked = 3 }