2025-01-03 12:09:23 +00:00
|
|
|
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System;
|
|
|
|
using Godot;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
{
|
|
|
|
[Tool]
|
|
|
|
[GlobalClass]
|
2025-08-31 06:05:39 +00:00
|
|
|
public partial class RenderingManagerData:Resource
|
|
|
|
{
|
2025-01-03 12:09:23 +00:00
|
|
|
[Export]
|
2025-08-31 06:05:39 +00:00
|
|
|
public RenderingPriority[] renderingPriorities;
|
2025-01-03 12:09:23 +00:00
|
|
|
}
|
|
|
|
}
|