diff options
| author | Léo Lam <leo@leolam.fr> | 2021-03-14 17:41:55 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-03-15 01:44:27 +0100 |
| commit | eef975f585f4cca8bbba89fc097d91dc620565ff (patch) | |
| tree | c27d486c1626dd857c5c4a327b33d5fea1e65f16 /src/KingSystem/ActorSystem/actBaseProc.h | |
| parent | 20960b596fdc288ac4f4672bddba06c245987fb1 (diff) | |
ksys/act: Add more BaseProcMgr functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProc.h')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProc.h b/src/KingSystem/ActorSystem/actBaseProc.h index c2712ed7..95097aee 100644 --- a/src/KingSystem/ActorSystem/actBaseProc.h +++ b/src/KingSystem/ActorSystem/actBaseProc.h @@ -41,6 +41,7 @@ public: _0 = 0, _1 = 1, _2 = 2, + BaseProcMgrDeleteAll = 4, _f = 0xf, _15 = 0x15, _16 = 0x16, |
