示例#1
0
文件: Gun.cs 项目: timgoeij/Equipment
 //perform the action of the behaviour
 private void performAction()
 {
     gunBehaviour.Action(this, player);
 }