Esempio n. 1
0
 public static bool CheckPlayer(string name)
 {
     return(PlayerWatch.Check(name));
 }
Esempio n. 2
0
    public static PlayerWatch instance; //makes the script static

    void Awake()
    {
        instance = this;
    }