using System.Collections;
using System.Collections.Generic;
using Godot;
using System;
using System.Threading.Tasks;
namespace Rokojori
{
[GlobalClass,Tool]
public partial class ExtendedMesh:Mesh
}