Working on major restructuring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module GameServer
|
||||
class App
|
||||
def self.start
|
||||
world = Simulation::World.new
|
||||
Server::WebSocketServer.new(world).start
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user