rokojori_action_library/Runtime/Procedural/ExtendedMesh.cs

15 lines
242 B
C#

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