mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-22 03:25:30 +00:00
11 lines
137 B
C++
11 lines
137 B
C++
#include "stdafx.h"
|
|
#include "CallbackHelper.h"
|
|
|
|
void CallbackHelper::OnServerPreTick()
|
|
{
|
|
}
|
|
|
|
void CallbackHelper::OnServerPostTick()
|
|
{
|
|
}
|