Lua/LuaWindowUtility.cs
@@ -11,11 +11,6 @@ WindowCenter.Instance.Open(_name, _forceSync, _functionalOrder); } public static void OpenWithoutAnimation(string _name) { WindowCenter.Instance.OpenWithoutAnimation(_name); } public static Window Get(string _name) { return WindowCenter.Instance.Get(_name);