public static void Init(LootLockerServerManager serverManager) { I = new LootLockerGameServerAPI(); LootLockerBaseServerAPI.Init(I); I.ServerManager = serverManager; I.StartCoroutine = I.ServerManager.StartCoroutine; }
public static void Init(LootLockerBaseServerAPI childType) { I = childType; }