9 lines
114 B
C#
9 lines
114 B
C#
namespace MafiaCommon
|
|
{
|
|
public enum ChatType
|
|
{
|
|
Queue=1,
|
|
Active=2,
|
|
Day=3
|
|
}
|
|
} |