7 lines
89 B
C#
7 lines
89 B
C#
namespace MafiaCommon.Packets
|
|
{
|
|
public enum ChatType
|
|
{
|
|
Queue=1
|
|
}
|
|
} |