stream.WriteUByte(WindowId); | |
stream.WriteString(InventoryType); | |
stream.WriteString(new Chat(WindowTitle).ToString()); | |
stream.WriteUByte(SlotCount); | |
if (InventoryType == "EntityHorse") | |
stream.WriteInt(EntityId.GetValueOrDefault()); | |
return mode; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment