Пример #1
0
 public static bool CheckPlayer(string name)
 {
     return(PlayerWatch.Check(name));
 }
Пример #2
0
    public static PlayerWatch instance; //makes the script static

    void Awake()
    {
        instance = this;
    }