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
|
|
|
}
|
|
|
|
}
|