예제 #1
0
파일: Gun.cs 프로젝트: timgoeij/Equipment
 //perform the action of the behaviour
 private void performAction()
 {
     gunBehaviour.Action(this, player);
 }