14 lines
215 B
C#
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
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|