Skip to content

Commit

Permalink
Register PerPlayer and GetPerPlayer packets
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jul 13, 2024
1 parent b32cc25 commit 57bcd69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public override void Register()
AddPacket<GetMpPlayerData>();
AddPacket<MpPlayerData>();
AddPacket<MpNodePoseSyncStatePacket>();
AddPacket<PerPlayer>();
AddPacket<GetPerPlayer>();
}

public bool TryCreatePacket(string packetId, [MaybeNullWhen(false)] out INetSerializable packet)
Expand Down

0 comments on commit 57bcd69

Please sign in to comment.