add: Agent, ProxyMethod, LoadingScene

This commit is contained in:
h z
2025-02-11 15:07:41 +00:00
parent aea9059e16
commit f7da4ee8bb
9 changed files with 105 additions and 7 deletions

View File

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