8 lines
134 B
C#
8 lines
134 B
C#
|
|
|
|
using Fantasy.Entitas;
|
|
|
|
public class ChatChannel : Entity
|
|
{
|
|
public readonly HashSet<long> ChatUnits = new HashSet<long>();
|
|
} |