Files
Fishing2Server/Entity/Chat/ChatComponent.cs
2025-08-07 17:51:25 +08:00

7 lines
86 B
C#

using Fantasy.Entitas;
namespace NB.Chat;
public class ChatComponent : Entity
{
}