mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-22 11:34:33 +00:00
8 lines
113 B
C++
8 lines
113 B
C++
#pragma once
|
|
|
|
|
|
class CallbackHelper {
|
|
public:
|
|
static void OnServerPreTick();
|
|
static void OnServerPostTick();
|
|
}; |