4th batch

This commit is contained in:
Leah Anderson
2026-03-02 12:00:59 -07:00
parent 9cfc2e5b16
commit 79c1737c34
33 changed files with 94 additions and 93 deletions

View File

@@ -9,7 +9,7 @@
EntityEventPacket::EntityEventPacket()
{
entityId = 0;
eventId = (std::byte)0;
eventId = (byte)0;
}
EntityEventPacket::EntityEventPacket(int entityId, byte eventId)