BlowaXD / ChickenAPI

OpenSource Nostale Private Server Emulator API, implemented by SaltyEmu
https://blowaxd.github.io/ChickenAPI/
GNU General Public License v3.0
41 stars 7 forks source link

review packetHandling #18

Closed BlowaXD closed 6 years ago

BlowaXD commented 6 years ago

I separated CharacterScreen packets and Game packets because :

CharacterScreen packets does not need a player to be instanciated ingame to be accessed while Game Packets needs a player to have a character instanciated to be sent by client.

It's a V1, I think we will probably look forward for a better review once ChickenAPI will be more mature :)