This commit is contained in:
bridge
2025-09-24 22:05:08 +08:00
parent e5d8bf9bf4
commit 30f91d264c
8 changed files with 332 additions and 284 deletions

View File

@@ -49,10 +49,7 @@ ALL_ACTUAL_ACTION_CLASSES = [
Hunt,
Harvest,
Sold,
DriveAway,
AttackInteract,
MoveAwayFromAvatar,
MoveAwayFromRegion,
# 互动类/反馈类作为即时落地,不进入可选择动作空间
]
ALL_ACTION_NAMES = [action.__name__ for action in ALL_ACTION_CLASSES]