Beispiel #1
0
 void OnEnable()
 {
     if (instance != null)
     {
         throw new ApplicationException("Multiple BehaviorUpdaters found");
     }
     instance = this;
 }
Beispiel #2
0
 void OnEnable()
 {
     if (instance != null)
         throw new ApplicationException("Multiple BehaviorUpdaters found");
     instance = this;
 }