ShardsOfPower/tilts.rb

8 lines
65 B
Ruby
Raw Normal View History

2019-06-12 12:13:21 -04:00
class Tilt
def self.tilts
tilts = []
return tilts
end
end