This commit is contained in:
PC-20230316NUNE\Administrator
2024-02-04 16:17:39 +08:00
parent f04299219c
commit 04043cc6fc
51 changed files with 20366 additions and 2051 deletions

View File

@@ -23,7 +23,7 @@ namespace Game.Plugins.App.Sync
.Where(item => !(item is IJNSyncFrameComponent))
.Where(item => !(item is Transform))
.Where(item => !(allow.Contains(item)));
Debug.Log($"{this.NID} 有{Components.Count()}组件不是同步组件 尝试接管同步 请保证被接管的组件有enabled 同时被接管的组件 enabled 禁止修改");
foreach (var component in Components)