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