11 lines
186 B
C#
11 lines
186 B
C#
using Fantasy.Entitas.Interface;
|
|
|
|
namespace NB.Chat;
|
|
|
|
public class ChatUnitSystem : AwakeSystem<SocialUnit>
|
|
{
|
|
protected override void Awake(SocialUnit self)
|
|
{
|
|
|
|
}
|
|
} |