예제 #1
0
파일: Player.cs 프로젝트: harrisse/Lotus
 public void RegisterWeapon(Weapon weapon)
 {
     weapon.SetShip(mShip);
     mFireButton.RegisterControllable(weapon);
 }