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