8 lines
100 B
C#
8 lines
100 B
C#
namespace MafiaCommon
|
|
{
|
|
public enum ChatType
|
|
{
|
|
Queue=1,
|
|
Active=2,
|
|
}
|
|
} |