8 lines
173 B
C#
8 lines
173 B
C#
|
|
|
|
using Fantasy.Entitas;
|
|
|
|
public class ChatChannelCenterComponent : Entity
|
|
{
|
|
public Dictionary<long,ChatChannel> ChatChannels = new Dictionary<long, ChatChannel>();
|
|
} |