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