enemy.lua 121 B

1234567
  1. Enemy = class()
  2. function Enemy:activate()
  3. if self.zone then
  4. -- Add myself to the zone's list of enemies
  5. end
  6. end