Files
node-metaverse/dist/enums/ChatType.d.ts
2017-12-13 15:23:50 +00:00

13 lines
222 B
TypeScript

export declare enum ChatType {
Whisper = 0,
Normal = 1,
Shout = 2,
Say = 3,
StartTyping = 4,
StopTyping = 5,
Debug = 6,
OwnerSay = 8,
RegionSayTo = 9,
RegionSay = 255,
}