7 lines
86 B
C#
7 lines
86 B
C#
using Fantasy.Entitas;
|
|
|
|
namespace Fantasy;
|
|
|
|
public class ChatComponent : Entity
|
|
{
|
|
} |