public static UnitCore GetInstance() { lock (SyncObject) { return(_instance ?? (_instance = new UnitCore())); } }
public static UnitCore GetInstance() { lock (SyncObject) { return _instance ?? (_instance = new UnitCore()); } }