mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +00:00
10 lines
205 B
TypeScript
10 lines
205 B
TypeScript
export class DimmerFurnitureWidgetPresetItem
|
|
{
|
|
constructor(
|
|
public id: number = 0,
|
|
public type: number = 0,
|
|
public color: number = 0,
|
|
public light: number = 0)
|
|
{}
|
|
}
|