Ejemplo n.º 1
0
 private void Awake()
 {
     m_MoveableItem = GetComponent <MoveablePhysicsObject>();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Unity method that runs at the beginning of the execution.
 /// </summary>
 void Start()
 {
     MPO          = GetComponent <MoveablePhysicsObject>();
     mushroomInfo = GetComponent <MushroomInfo>();
 }