I have this enum : [Flags] public enum Actions { None = 0, MoveUp = 1, MoveDown = 2, MoveRight = 3, MoveLeft = 4 }.
確定! 回上一頁