ArtemisComm.ShipActionSubPackets.ToggleRedAlertSubPacket.GetPacket C# (CSharp) Method

GetPacket() public static method

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