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