新增私聊相关
This commit is contained in:
11
Hotfix/Social/Chat/System/ChatUnitSystem.cs
Normal file
11
Hotfix/Social/Chat/System/ChatUnitSystem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Fantasy.Entitas.Interface;
|
||||
|
||||
namespace NB.Chat;
|
||||
|
||||
public class ChatUnitSystem : AwakeSystem<SocialUnit>
|
||||
{
|
||||
protected override void Awake(SocialUnit self)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user