mirror of
https://github.com/zeldaret/botw
synced 2026-05-28 00:15:56 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "KingSystem/ActorSystem/actBaseProcJobHandler.h"
|
||||
#include "KingSystem/ActorSystem/actBaseProc.h"
|
||||
|
||||
namespace ksys::act {
|
||||
|
||||
BaseProcJobHandler::BaseProcJobHandler(BaseProc* proc) : mLink(proc, proc->getPriority()) {}
|
||||
|
||||
} // namespace ksys::act
|
||||
Reference in New Issue
Block a user