rokojori_action_library/Runtime/Procedural/ExtendedMesh.cs

14 lines
215 B
C#
Raw Normal View History

2026-02-06 08:59:59 +00:00
using System.Collections;
using System.Collections.Generic;
using Godot;
using System;
using System.Threading.Tasks;
namespace Rokojori
{
[GlobalClass,Tool]
public partial class ExtendedMesh:Mesh
{
}
}