require "entity" Door = class("Door", Entity) function Door:initialize() end function Door:unloc() self.collision = "none" end function Door:loc() self.collision = "unmoveable" end