Added States for monsters and corpses (#43)

This commit is contained in:
elb
2024-09-29 07:32:19 -04:00
committed by GitHub
parent 8239f1bbe4
commit 9020cc396e
5 changed files with 35 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ func (gd *GameReader) GetData() data.Data {
Found: corpseUnit.Address != 0,
IsHovered: corpseUnit.IsHovered,
Position: corpseUnit.Position,
States: corpseUnit.States,
},
Game: data.OnlineGame{
LastGameName: gd.LastGameName(),