bug fixes, 3 table split, update readme

This commit is contained in:
2023-06-14 09:59:45 -07:00
parent 7608df9e53
commit f6ff42e467
22 changed files with 129 additions and 77 deletions

View File

@@ -0,0 +1,27 @@
class CfgPatches {
class AttendanceTracker {
units[] = {};
weapons[] = {};
requiredVersion = 2.10;
requiredAddons[] = {};
author[] = {"IndigoFox"};
authorUrl = "http://example.com";
};
};
class CfgFunctions {
class attendanceTracker {
class functions {
file = "\AttendanceTracker\functions";
class postInit {postInit = 1;};
class connectDB {};
class eventHandlers {};
class callbackHandler {postInit = 1;};
class log {};
class logMissionEvent {};
class logServerEvent {};
class timestamp {};
class getHash {};
};
};
};