xivlogs / nari

A Python library to parse FFXIV network event data
https://xivlogs.github.io/nari
MIT License
13 stars 7 forks source link

The gauge event uses `actor_id` #111

Open nonowazu opened 2 years ago

nonowazu commented 2 years ago

Describe the bug The gauge event uses actor_id (type int) as opposed to actor (type Actor) - this means the event is inconsistent with other event(s) that make an actor object.

To Reproduce

Expected behaviour

gauge: Gauge = get_some_gauge_event()
print(gauge.actor) # should work

System (please complete the following information):

Additional context I'm really documenting this here as something to fix to make the library consistent