Jacob Schmidt 1b6b825653
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 21:18:03 -06:00

14 lines
295 B
C++

class CfgFunctions {
class TAG_player {
class player {
class saveStats {};
class loadStats {};
};
};
class TAG_world {
class world {
class saveNearbyVehicles {};
class loadNearbyVehicles {};
};
};
};