Awake() public method

public Awake ( ) : void
return void
Beispiel #1
0
 // Start is called before the first frame update
 void Awake()
 {
     GameMaster.Awake();
     if (reset)
     {
         GameMaster.Reset();
     }
 }