少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-12 092ad0a46f1eef63b7f02ef38af0a14aa9e4372d
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);