You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Even more updates
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Texture } from 'pixi.js';
|
||||
import { ICommunicationManager } from '../../communication';
|
||||
import { IFurnitureData } from './IFurnitureData';
|
||||
import { IGroupInformationManager } from './IGroupInformationManager';
|
||||
import { IIgnoredUsersManager } from './IIgnoredUsersManager';
|
||||
@@ -29,7 +28,6 @@ export interface ISessionDataManager
|
||||
unignoreUser(name: string): void;
|
||||
isUserIgnored(name: string): boolean;
|
||||
getGroupBadge(groupId: number): string;
|
||||
communication: ICommunicationManager;
|
||||
userId: number;
|
||||
userName: string;
|
||||
figure: string;
|
||||
|
||||
Reference in New Issue
Block a user