rokojori_action_library/Runtime/Procedural/ExtendedMesh.cs

14 lines
215 B
C#

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