Class: H3m::PlayerRecord

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/h3m/records.rb

Instance Method Summary collapse

Instance Method Details

#has_main_town?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/h3m/records.rb', line 25

def has_main_town?
  has_main_town.nonzero?
end