game2005/server/gameserver/microtask.h
aozhiwei a28e2870c2 1
2021-03-31 20:38:21 +08:00

10 lines
104 B
C++

#pragma once
#include "weakptr.h"
class MicroTask
{
public:
a8::TimerAttacher timer_attacher;
};