Exemple #1
0
 public static PathingController get_instance()
 {
     if (instance == null)
     {
         instance = new PathingController();
     }
     return(instance);
 }
Exemple #2
0
 // Start is called before the first frame update
 void Start()
 {
     Instance = this;
 }