コード例 #1
0
ファイル: Gun.cs プロジェクト: timgoeij/Equipment
 //perform the action of the behaviour
 private void performAction()
 {
     gunBehaviour.Action(this, player);
 }