Core/Common/Singleton.cs @@ -1,4 +1,5 @@ [XLua.LuaCallCSharp] public class Singleton<T> where T : class, new() { private static T m_Instance;