game module
This commit is contained in:
7
lib/sightstone/stat.rb
Normal file
7
lib/sightstone/stat.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class Stat
|
||||
def initialize(data)
|
||||
@id = data['id']
|
||||
@name = data['name']
|
||||
@value = data['value']
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user