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

Add Game basis, ECS, Documentation, proper the project namespaces #9

Closed BlowaXD closed 6 years ago

BlowaXD commented 6 years ago

This merge request fix the issue #4

Additions :

AntoineCrb commented 6 years ago

Instead of using int we can use short or ushort for the Height/Width, GetEntitiesInRange(int x, int y) here we also need the range as argument. But otherwise it seems good to me :)

BlowaXD commented 6 years ago

I missed two things :