public void Awake()
 {
     main = this;
     DevConsole.RegisterConsoleCommand(this, "alwaysday");
 }
Esempio n. 2
0
 public void Awake()
 {
     main = this;
     DontDestroyOnLoad(this);
     DevConsole.RegisterConsoleCommand(this, "alwaysday", false, false);
 }