DragonNest/Server/ServiceManager/WatcherGroup.h

9 lines
141 B
C
Raw Normal View History

2024-12-19 09:48:26 +08:00
#pragma once
#include "WatcherBase.h"
class CRunBatchWatcher : public CWatcherBase {};
class CStopBatchWatcher : public CWatcherBase {};