コード例 #1
0
 public void throwCrate()
 {
     startAction("Throw");
     activeCrate.StartCoroutine(activeCrate.throwCrate(this));
 }