- Replace task-only refresh flow with hydrate/assignment/group events - Add contracts, groups, and activity tabs to the client sidepanel - Introduce server-side CAD store and request handlers
10 lines
275 B
C++
10 lines
275 B
C++
#define COMPONENT cad
|
|
#define COMPONENT_BEAUTIFIED CAD
|
|
#include "\forge\forge_server\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
#include "\forge\forge_server\addons\main\script_macros.hpp"
|