1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

made boilerplate

I'll put stuff in it tomorrow morning
This commit is contained in:
karashiiro 2019-07-27 01:45:18 -07:00 committed by GitHub
parent 0d00d28a13
commit f7e44bc31a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,6 +120,10 @@ namespace Sapphire::Network::Packets::Server
PlayerEntry entries[10];
};
struct FFXIVIpcExamineSearchInfo : FFXIVIpcBasePacket< ExamineSearchInfo >
{
};
struct FFXIVIpcSetSearchInfo : FFXIVIpcBasePacket< UpdateSearchInfo >
{