09.01.2011, 09:08
A few more suggestions:
- Weapon struct with ID, Name and Ammo variables and static string IDToName(int ID) function and const int weapons eg. const int Minigun = 38;
- IEnumerable Weapons variable of Player with Add(Weapon weap), Remove(Weapon weap) and Clear() functions

