Files
Fishing2Server/Entity/Chat/ChatComponent.cs
2025-07-27 12:34:04 +08:00

7 lines
86 B
C#

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