update code

This commit is contained in:
vietdungdev
2026-05-21 22:56:13 +07:00
parent 88548e97fc
commit aec833c636
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ type OwnMercenary struct {
Mode mode.NpcMode
IsCorpse bool
HPPercent int
Level int
Strength int
Dexterity int
}