Vehicle spawning

This commit is contained in:
2014-06-03 00:51:21 +02:00
parent 46f377c94c
commit 4596fffb91
11 changed files with 461 additions and 313 deletions
+1 -9
View File
@@ -8,16 +8,8 @@ namespace Events
{
struct SpawnVehicle : Event
{
enum class VehicleType
{
Tank = 0,
Helicopter,
HRSV,
Jeep
};
int PlayerID;
VehicleType Vehicle;
std::string VehicleType;
};
}