mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
8 lines
93 B
C++
8 lines
93 B
C++
|
#include "Game.h"
|
||
|
|
||
|
namespace Game {
|
||
|
void OnSignal(int signal) {
|
||
|
lastSignal = signal;
|
||
|
}
|
||
|
}
|