Example #1
0
 // Use this for initialization
 public void Enter()
 {
     self.SetVelocity(0, 0);
 }
Example #2
0
 // Use this for initialization
 public void Enter()
 {
     self.SetVelocity(0, 0);
     self._renderer.color = new Color(0, 0, 0);
 }