DNF_DEV_SQR

This commit is contained in:
2025-10-10 12:27:21 +08:00
commit 54854c0915
11 changed files with 320 additions and 0 deletions

6
main.nut Normal file
View File

@@ -0,0 +1,6 @@
function main() {
local SM = StateMachine.GetInstance();
SM.RegisterState(CHARACTERJOB.SWORDMAN, "Character_Rest", 0);
SM.RegisterState(CHARACTERJOB.SWORDMAN, "Character_Move", 1);
}