Working on major restructuring
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module GameServer
|
||||
module Domain
|
||||
class Player
|
||||
attr_reader :money
|
||||
|
||||
def initialize
|
||||
@money = 1000
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user