You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆕 Infostand Borders
This commit is contained in:
@@ -20,6 +20,7 @@ export class RoomUserData implements IRoomUserData
|
||||
private _stand: number;
|
||||
private _overlay: number;
|
||||
private _cardBackground: number;
|
||||
private _borderId: number = 0;
|
||||
private _webID: number = 0;
|
||||
private _groupID: number = 0;
|
||||
private _groupStatus: number = 0;
|
||||
@@ -99,6 +100,16 @@ export class RoomUserData implements IRoomUserData
|
||||
this._cardBackground = k;
|
||||
}
|
||||
|
||||
public get borderId(): number
|
||||
{
|
||||
return this._borderId;
|
||||
}
|
||||
|
||||
public set borderId(k: number)
|
||||
{
|
||||
this._borderId = k;
|
||||
}
|
||||
|
||||
public get name(): string
|
||||
{
|
||||
return this._name;
|
||||
|
||||
Reference in New Issue
Block a user