This commit is contained in:
2026-06-01 00:23:11 +08:00
parent 1d4ca1cbef
commit 8088a70820
34 changed files with 1968 additions and 15176 deletions

View File

@@ -59,7 +59,7 @@ namespace Script
public override UITweenType TweenType => UITweenType.Fade;
public override string UIPath => "Canvas";
public override string UIPath => "XREALVirtualController(Clone)/Canvas";
public Action<List<UsersItem>> OnUsersChangedEvnent;
private Dictionary<UsersItem, GameObject> _userMap = new();