1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-24 05:37:46 +00:00
project-meteor-server/FFXIVClassic Map Server/packets/send/search/ItemSearchResult.cs

11 lines
160 B
C#
Raw Normal View History

2019-05-06 13:39:24 -04:00
namespace FFXIVClassic_Map_Server.packets.send.search
{
class ItemSearchResult
{
public uint itemId;
public uint numItems;
}
}