Removed the UID counters from the data containers

This commit is contained in:
Kayne Ruse
2014-05-26 17:42:55 +10:00
parent 9620826d65
commit d903c0df30
7 changed files with 11 additions and 16 deletions
-8
View File
@@ -27,14 +27,6 @@
#include <iostream>
#include <string>
//-------------------------
//Define the various UIDs
//-------------------------
int ClientData::uidCounter = 0;
int CombatData::uidCounter = 0;
int EnemyData::uidCounter = 0;
//-------------------------
//Define the public members
//-------------------------