ShardsOfPower/tilts.rb
The Stranjer aab1b5248b Tilts
2019-06-12 12:13:21 -04:00

8 lines
65 B
Ruby

class Tilt
def self.tilts
tilts = []
return tilts
end
end