コード例 #1
0
ファイル: Player.cs プロジェクト: jaimuepe/Artifacts
 public void ThrowRope()
 {
     rope.FireRope(myTransform.position);
 }