Beispiel #1
0
 protected CheckFogScript GetCheckFogScript()
 {
     if (this.checkFogScript == null)
     {
         this.checkFogScript = TurnManager.GetCurrentPlayer().GetComponent <CheckFogScript>();
     }
     return(this.checkFogScript);
 }
Beispiel #2
0
 private CheckFogScript GetCheckFogScript()
 {
     if (checkFogScript == null)
     {
         checkFogScript = this.GetComponent <CheckFogScript>();
     }
     return(checkFogScript);
 }