class GBTiles::GBR::TileSet::Object

Attributes

object_id[RW]
object_type[RW]

Public Class Methods

new(object_type) click to toggle source
# File lib/gbtiles/gbr/tile_set/object.rb, line 9
def initialize object_type
  @object_type = object_type
end