mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-04 17:06:01 +00:00
add lua engine, lua file, server, client, vehicle data, other stuff
This commit is contained in:
committed by
Anonymous275
parent
e5e447c7af
commit
459814a6ec
6
src/VehicleData.cpp
Normal file
6
src/VehicleData.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "VehicleData.h"
|
||||
|
||||
TVehicleData::TVehicleData(int ID, const std::string& Data)
|
||||
: _ID(ID)
|
||||
, _Data(Data) {
|
||||
}
|
||||
Reference in New Issue
Block a user