Exemplo n.º 1
0
        public DebugUserData()
            : base("UserData")
        {
            enableItemDebugLoad = Utility.DebugConfig.DebugCheckItem.Create(true, "アイテムをデバッグ読み込み");

            Add(enableItemDebugLoad);
        }
Exemplo n.º 2
0
        public BattleMenuData()
            : base("BattleMenu")
        {
            aStarScoreShow = Utility.DebugConfig.DebugCheckItem.Create(false, "AStarのスコアを表示する");

            Add(aStarScoreShow);
        }