ArtemisComm.ShipActionSubPackets.ToggleRedAlertSubPacket.GetPacket C# (CSharp) 메소드

GetPacket() 공개 정적인 메소드

public static GetPacket ( ) : Packet
리턴 Packet
        public static Packet GetPacket()
        {
            return new Packet(new ShipActionPacket(new ToggleRedAlertSubPacket()));
        }