This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | private Godot.Collections.Array meshInstances; | |
| private MeshInstance combinedMeshInstance; | |
| private void mergeChildren(bool useLocalSpace = false) | |
| { | |
| findAllMeshInstances(this); | |
| ArrayMesh tempMesh = new ArrayMesh(); | |
| SurfaceTool surfaceTool = new SurfaceTool(); | |
| surfaceTool.Begin(Mesh.PrimitiveType.Triangles); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import ngrok from 'ngrok'; | |
| import path from 'path'; | |
| import express from 'express'; | |
| import cors from 'cors'; | |
| import { createServer } from 'http'; | |
| import { Server } from 'colyseus'; | |
| import { monitor } from '@colyseus/monitor'; | |
| server_init(); |