Beispiel #1
0
 protected void OnDestroy()
 {
     gameScript = null;
 }
Beispiel #2
0
 protected void Awake()
 {
     gameScript = target as NetworkGameScript;
 }