Example #1
0
        public outfit_cpacket(NetrekTeam team, ShipType shipType)
        {
            TeamsNumeric teamNumeric = (TeamsNumeric)Enum.Parse(typeof(TeamsNumeric), team.ToString());

            type      = (sbyte)ClientMessageType.CP_OUTFIT;
            ship      = (sbyte)shipType;
            pad1      = 0;
            this.team = (sbyte)teamNumeric;
        }
Example #2
0
 public outfit_cpacket(NetrekTeam team, ShipType shipType)
 {
     TeamsNumeric teamNumeric = (TeamsNumeric)Enum.Parse(typeof(TeamsNumeric), team.ToString());
     type = (sbyte)ClientMessageType.CP_OUTFIT;
     ship = (sbyte)shipType;
     pad1 = 0;
     this.team = (sbyte)teamNumeric;
 }