Ejemplo n.º 1
0
 void Start()
 {
     CSM = GameObject.Find("ShapeManager").GetComponent <OnlineCSManager>();
 }
 // Use this for initialization
 void Start()
 {
     CSM = GameObject.Find("ShapeManager").GetComponent <OnlineCSManager>();
     CSM.SimpleMPMM(this.gameObject);
 }