mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
export interface IRoomChatSettings
|
|
{
|
|
mode: number;
|
|
weight: number;
|
|
speed: number;
|
|
distance: number;
|
|
protection: number;
|
|
}
|