Beispiel #1
0
 void Awake()
 {
     if (PlayerInteractionControls.instance == null)
     {
         instance = this;
     }
 }
 void Awake()
 {
     instance = this;
 }