mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
made boilerplate
I'll put stuff in it tomorrow morning
This commit is contained in:
parent
052db46b6a
commit
7089e0feee
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ namespace Sapphire::Network::Packets::Server
|
||||||
PlayerEntry entries[10];
|
PlayerEntry entries[10];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct FFXIVIpcExamineSearchInfo : FFXIVIpcBasePacket< ExamineSearchInfo >
|
||||||
|
{
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
struct FFXIVIpcSetSearchInfo : FFXIVIpcBasePacket< UpdateSearchInfo >
|
struct FFXIVIpcSetSearchInfo : FFXIVIpcBasePacket< UpdateSearchInfo >
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue