AbstractFactory.UFOEnemyShipFactory.AddESGun C# (CSharp) 메소드

AddESGun() 공개 메소드

public AddESGun ( ) : IESWeapon
리턴 IESWeapon
        public IESWeapon AddESGun()
        {
            return new ESUFOGun();
        }
UFOEnemyShipFactory