fix(core): update

This commit is contained in:
Philipp Kunz 2019-08-13 18:16:16 +02:00
parent 0d18b11721
commit e8e87fcdba

View File

@ -32,6 +32,8 @@ export class ClientUniverseMessage implements interfaces.IUniverseMessage {
}
}
/**
* gets json for payload
*/
getAsJsonForPayload() {}
}