exaV / screeps-kotlin-types

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

Change heal() and attack() to take Attackable. Change Attackable… #59

Closed magnusesp closed 4 years ago

magnusesp commented 4 years ago

Change heal() and attack() to take Attackable. Change Attackable to be Identifiable and a RoomObject (NotNull)

This helps target management.