Beispiel #1
0
 // 勝手に鉛筆を投げる
 public void ForceThrowPencil(OperatorController oc)
 {
     oc.GetComponentInChildren <Throw_ball>().ThrowPencil();
 }