mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
9 lines
145 B
C++
9 lines
145 B
C++
![]() |
#include "ActionMgr.h"
|
||
|
|
||
|
using namespace Sapphire;
|
||
|
|
||
|
World::Manager::ActionMgr::ActionMgr( Sapphire::FrameworkPtr pFw ) :
|
||
|
BaseManager( pFw )
|
||
|
{
|
||
|
|
||
|
}
|