mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 00:44:46 +00:00
Hmmm
This commit is contained in:
parent
1e7c0123a4
commit
3977534224
2 changed files with 4 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ import shapeless.{::, HNil}
|
||||||
|
|
||||||
final case class OutfitMembershipRequest(
|
final case class OutfitMembershipRequest(
|
||||||
request_type: OutfitMembershipRequest.RequestType.Type,
|
request_type: OutfitMembershipRequest.RequestType.Type,
|
||||||
avatar_guid: PlanetSideGUID,
|
avatar_guid: PlanetSideGUID, // avatar_guid and unk1 are related, might be Long instead
|
||||||
unk1: Int,
|
unk1: Int, //
|
||||||
action: OutfitMembershipRequestAction
|
action: OutfitMembershipRequestAction
|
||||||
) extends PlanetSideGamePacket {
|
) extends PlanetSideGamePacket {
|
||||||
type Packet = OutfitMembershipRequest
|
type Packet = OutfitMembershipRequest
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ import shapeless.{::, HNil}
|
||||||
final case class OutfitMembershipResponse(
|
final case class OutfitMembershipResponse(
|
||||||
response_type: OutfitMembershipResponse.ResponseType.Type,
|
response_type: OutfitMembershipResponse.ResponseType.Type,
|
||||||
unk0: Int,
|
unk0: Int,
|
||||||
avatar_guid: PlanetSideGUID,
|
avatar_guid: PlanetSideGUID, // avatar_guid and unk1 are related, might be Long instead
|
||||||
unk1: PlanetSideGUID,
|
unk1: PlanetSideGUID, //
|
||||||
unk2: PlanetSideGUID,
|
unk2: PlanetSideGUID,
|
||||||
unk3: Int,
|
unk3: Int,
|
||||||
//unk4: Boolean,
|
//unk4: Boolean,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue