6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
export enum ChatAudibleLevel
|
|
{
|
|
Not = -1,
|
|
Barely = 0,
|
|
Fully = 1
|
|
} |