mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
made boilerplate
I'll put stuff in it tomorrow morning
This commit is contained in:
parent
0d00d28a13
commit
f7e44bc31a
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