add: LoadingScene, ProxyNode

This commit is contained in:
h z
2025-02-09 01:07:12 +00:00
parent 15c667c3c4
commit 0a8b275176
10 changed files with 85 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
namespace Polonium.Attributes;
[AttributeUsage(AttributeTargets.Class)]
public class ProxyNode : Attribute
{
}