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

17 lines
229 B
C#
Raw Permalink Normal View History

2025-07-03 08:34:35 +00:00
2025-08-31 06:05:39 +00:00
using System.Diagnostics;
using System.Collections;
2025-07-03 08:34:35 +00:00
using System.Collections.Generic;
using System;
2025-08-31 06:05:39 +00:00
using Godot;
2025-07-03 08:34:35 +00:00
namespace Rokojori
{
[Tool]
[GlobalClass]
2025-08-31 06:05:39 +00:00
public partial class RenderingPriority:Resource
{
2025-07-03 08:34:35 +00:00
}
}