mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-27 01:40:52 +01:00
Fix dumb export
This commit is contained in:
parent
a8c8643f83
commit
a27dda5e32
@ -9,7 +9,7 @@ export class GroupRank
|
|||||||
public static readonly DELETED: number = 4;
|
public static readonly DELETED: number = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class GroupMemberParser
|
export class GroupMemberParser
|
||||||
{
|
{
|
||||||
private _rank: number;
|
private _rank: number;
|
||||||
private _id: number;
|
private _id: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user