更新最新框架
This commit is contained in:
@@ -114,7 +114,7 @@ public static class ChatUnitManageComponentSystem
|
||||
{
|
||||
if (socialUnit.GetComponent<T>() == null)
|
||||
{
|
||||
var mailComponent = await socialUnit.Scene.World.DataBase.Query<T>(socialUnit.Id, true);
|
||||
var mailComponent = await socialUnit.Scene.World.Database.Query<T>(socialUnit.Id, true);
|
||||
if (mailComponent == null)
|
||||
{
|
||||
//如果没有邮件组件
|
||||
|
||||
Reference in New Issue
Block a user