mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-07 01:16:02 +00:00
7 lines
122 B
C++
7 lines
122 B
C++
#include "VehicleData.h"
|
|
|
|
TVehicleData::TVehicleData(int ID, const std::string& Data)
|
|
: _ID(ID)
|
|
, _Data(Data) {
|
|
}
|