mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
5 lines
95 B
Ruby
5 lines
95 B
Ruby
class Hat < Outfit
|
|
def initialize(id,name,description='',price=0,tags=[])
|
|
super
|
|
end
|
|
end |