15 lines
225 B
C#
15 lines
225 B
C#
![]() |
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using Godot;
|
||
|
using System;
|
||
|
|
||
|
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public class MeshGeometryModifier
|
||
|
{
|
||
|
public MeshGeometry Modify( MeshGeometry mg ){ return mg; }
|
||
|
|
||
|
}
|
||
|
}
|