exaV / screeps-kotlin-types

Screep's Kotlin type definitions
MIT License
17 stars 18 forks source link

Add Id to Flags #57

Closed codedraughtsman closed 4 years ago

codedraughtsman commented 4 years ago

Flags don't seem to have an id member. The flag class looks like it is missing the Identifiable interface.

Could you please add it :) Thank you.

magnusesp commented 4 years ago

Flags do not have an ID in the api.

See https://docs.screeps.com/api/#Flag

magnusesp commented 4 years ago

PS: There is a #kotlin Slack channel at Screeps Slack! Feel free to join and discuss things. :)

codedraughtsman commented 4 years ago

@MaggNorway thanks for that. I did not realise that they actually did not have IDs. I will look into joining the Slack channel :)