gamemode spawning
This commit is contained in:
@@ -22,15 +22,12 @@ namespace Game
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
Debug.Log("ConsolePlugin Initialize");
|
||||
|
||||
Console.Init();
|
||||
}
|
||||
|
||||
public override void Deinitialize()
|
||||
{
|
||||
base.Deinitialize();
|
||||
Debug.Log("ConsolePlugin Deinitialize");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,13 +40,13 @@ namespace Game
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
Debug.Log("ConsoleEditorPlugin Initialize");
|
||||
base.Initialize();
|
||||
Console.Init();
|
||||
}
|
||||
|
||||
public override void Deinitialize()
|
||||
{
|
||||
Debug.Log("ConsoleEditorPlugin Deinitialize");
|
||||
base.Deinitialize();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user