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

5 lines
108 B
Ruby

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