Ejemplo n.º 1
0
 public void throwCrate()
 {
     startAction("Throw");
     activeCrate.StartCoroutine(activeCrate.throwCrate(this));
 }