using System; [Serializable] public enum MenuOpenReason { Home = 0, Inventory = 1 }