Exemple #1
0
        static BattleScreen()
        {
            Instance = new BattleScreen();

            Game.Lua.RegisterFunction("GetSelection", Instance, Instance.GetType().GetMethod("GetSelection"));
        }
        static BattleScreen()
        {
            Instance = new BattleScreen();

            Game.Lua.RegisterFunction("GetSelection", Instance, Instance.GetType().GetMethod("GetSelection"));
        }