13 lines
187 B
C#
13 lines
187 B
C#
|
using Godot;
|
||
|
using System.Reflection;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
[Tool]
|
||
|
[GlobalClass]
|
||
|
public partial class SphericalParticleMesh : Mesh
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|