test
This commit is contained in:
@@ -13,6 +13,10 @@ class RageEntity implements IEntity {
|
||||
return this.entity.id;
|
||||
}
|
||||
|
||||
get handle() {
|
||||
return this.entity.handle;
|
||||
}
|
||||
|
||||
get remoteId(): number {
|
||||
if (!this.entity) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user