public PlayerDisconnectedCmd(byte[] bytes, int offset = 0) : base(CommandType.PlayerDisconnected) { pID = Serialization.DecodeInt(bytes, offset); }
public UseShieldPickupCmd(byte[] bytes, int offset = 0) : base(CommandType.ShieldDespawn) { pID = Serialization.DecodeInt(bytes, offset); offset += 4; }