Files
infinitefusion-e18/Data/Scripts/050_Outfits/wrappers/Clothes.rb
infinitefusion 3a488c9ba6 release 6.2
2024-06-28 12:01:39 -04:00

5 lines
106 B
Ruby

class Clothes < Outfit
def initialize(id, name, description = '',price=0, tags = [])
super
end
end