Method: CeilingCat::Event#type

Defined in:
lib/ceiling_cat/event.rb,
lib/ceiling_cat/event.rb

#typeObject

assume that all messages are just text unless the specific room type overrides it.



24
25
26
# File 'lib/ceiling_cat/event.rb', line 24

def type
  @type
end