示例#1
0
 private static void AttackWeapon(Enemy enemy, int id)
 {
     enemy.CurrentWeapon = ItemFactory.CreateItem(id);
 }