コード例 #1
0
ファイル: Game.cs プロジェクト: tdiego95/TankBattle
 public void AddWeaponEffect(AttackEffect weaponEffect)
 {
     weaponEffect.RecordCurrentGame(this);
     lAttackEffect.Add(weaponEffect);
 }