예제 #1
0
        public void Start()
        {
            RockGenerator.Generate(domain, Settings.NUM_ROCKS);
            domain.Clean();

            // Upload the Server's domain
            // We're just using UpdateId 1, as this will be the only update from the server
            lobbySpace.Put("components", "1", JsonBuilder.BuildComponentsJSONString(domain));
        }