Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
dlcdataloader.c
Go to the documentation of this file.
2{
3 protected static const string JSON_FILE_PATH = "scripts/data/dlcinfo.json";
4
6 {
8
9 string errorMessage;
10 if (!JsonFileLoader<JsonDataDLCList>.LoadFile(JSON_FILE_PATH, data, errorMessage))
11 ErrorEx(errorMessage);
12
13 return data;
14 }
15}
static const string JSON_FILE_PATH
static JsonDataDLCList GetData()
enum ShapeType ErrorEx