rj-action-library/Runtime/Rendering/RenderingManager.cs

18 lines
272 B
C#

using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using System;
using Godot;
namespace Rokojori
{
[Tool]
[GlobalClass]
public partial class RenderingManager:Node
{
[Export]
public RenderingManagerData data;
}
}