Route editor actions by active target

This commit is contained in:
2026-03-26 22:10:43 +08:00
parent 5c8042775c
commit 5735e769b0
21 changed files with 609 additions and 104 deletions

View File

@@ -0,0 +1,8 @@
namespace XCEngine
{
public class MonoBehaviour
{
public ulong GameObjectUUID;
public ulong ScriptComponentUUID;
}
}