solarus-games / solarus-doc

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-doc
12 stars 5 forks source link

Lua API redundancy: "enemy:on_created()" and "entity:on_created()" #10

Closed Diarandor closed 7 years ago

Diarandor commented 7 years ago

Lua API redundancy: There is already and event "entity:on_created()", so the event "enemy:on_created()" does not need to appear as an event specific to enemies.