void Start() { modGameObj = new ModGameObject(this); modMotion = new ModMotion(this, gameObject); modGameObj.Start(); modMotion.Start(); }
void Start() { acceptSync = true; modGameObj = new ModGameObject(this); modMotion = new ModMotion(this, gameObject); modGameObj.Start(); modMotion.Start(); }