Comment tweaks, updated network version

This commit is contained in:
Kayne Ruse
2015-02-14 23:54:18 +11:00
parent 18b144fa46
commit 87af4f1a1e
13 changed files with 32 additions and 27 deletions
+4 -4
View File
@@ -128,11 +128,11 @@ void World::hQueryCharacterExists(CharacterPacket* const argPacket) {
}
void World::hQueryCharacterStats(CharacterPacket* const argPacket) {
//TODO: empty
//TODO: (9) empty
}
void World::hQueryCharacterLocation(CharacterPacket* const argPacket) {
//TODO: empty
//TODO: (9) empty
}
void World::hCharacterMovement(CharacterPacket* const argPacket) {
@@ -152,11 +152,11 @@ void World::hCharacterMovement(CharacterPacket* const argPacket) {
}
void World::hCharacterAttack(CharacterPacket* const argPacket) {
//TODO: (1) attack animation
//TODO: (9) empty
}
void World::hCharacterDamage(CharacterPacket* const argPacket) {
//TODO: (1) attack animation
//TODO: (9) empty
}
//-------------------------