Ejemplo n.º 1
0
 void Start()
 {
     modGameObj = new ModGameObject(this);
     modMotion  = new ModMotion(this, gameObject);
     modGameObj.Start();
     modMotion.Start();
 }
Ejemplo n.º 2
0
 void Start()
 {
     acceptSync = true;
     modGameObj = new ModGameObject(this);
     modMotion  = new ModMotion(this, gameObject);
     modGameObj.Start();
     modMotion.Start();
 }