using Fantasy.Entitas.Interface; namespace NB.Chat; public class ChatUnitSystem : AwakeSystem { protected override void Awake(SocialUnit self) { } }