class Sight : Component
range: integer

How many tiles can this actor see?

fov: boolean
__new(self: Sight, options: {range: integer, fov: boolean})