forked from Misaki/GhostEngine
6 lines
85 B
C#
6 lines
85 B
C#
namespace Ghost.Editor.Core.SceneGraph;
|
|
|
|
public class SceneNode : SceneGraphNode
|
|
{
|
|
}
|