This commit is contained in:
hydrant
2021-03-27 16:28:10 +01:00
parent 043a2f3a83
commit 7238764307
4 changed files with 38 additions and 16 deletions

View File

@@ -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;