ArtemisComm.ShipActionSubPackets.SetStationSubPacket.SetStationSubPacket C# (CSharp) Метод

SetStationSubPacket() публичный Метод

public SetStationSubPacket ( StationType station, bool isSelected ) : System
station StationType
isSelected bool
Результат System
        public SetStationSubPacket(StationType station, bool isSelected) : base (ShipActionSubPacketType.SetStationSubPacket, (int)station)
        {
            IsSelected = isSelected;
            Station = station;
        }
        public SetStationSubPacket(Stream stream, int index)

Same methods

SetStationSubPacket::SetStationSubPacket ( Stream stream, int index ) : System