mirror of
https://github.com/zeldaret/botw
synced 2026-06-30 11:01:43 -04:00
ksys/act: Add BaseProcHandle static variable init function
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include "KingSystem/ActorSystem/actBaseProcHandle.h"
|
||||
#include "KingSystem/Utils/InitTimeInfo.h"
|
||||
|
||||
namespace ksys::act {
|
||||
|
||||
static util::InitTimeInfo sInfo;
|
||||
|
||||
BaseProcHandle::BaseProcHandle() {
|
||||
mUnit = nullptr;
|
||||
mFlag = 0;
|
||||
@@ -26,4 +29,4 @@ BaseProc* BaseProcHandle::getProc() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
} // namespace ksys::act
|
||||
} // namespace ksys::act
|
||||
|
||||
Reference in New Issue
Block a user