void StartDrive() { GameDrive gameDrive = goDriver.AddComponent <GameDrive>(); if (gameDrive == null) { return; } if (gameDrive.GameStart(RunningType) == false) { Debug.LogError("Game Start Failed"); return; } }
void Awake() { s_Instance = this; }