修改战斗系统

This commit is contained in:
2025-09-19 00:29:55 +08:00
parent 60a8be8b48
commit a2eb88e9d3
27 changed files with 87540 additions and 3617 deletions

View File

@@ -10,7 +10,7 @@ import (
"time"
)
func parseSideEffectArgs(argsStr string) []int {
func ParseSideEffectArgs(argsStr string) []int {
if argsStr == "" {
return []int{}
}