Release server
This commit is contained in:
parent
efa838a2ad
commit
e4cd3284b7
3 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { CharacterBase } from '../../objects/types/character-base';
|
||||
import { PlayerCharacterBase } from '../../objects/types/player-character-base';
|
||||
import { serializable } from '../../transport/serialization/serializable';
|
||||
import { Command } from '../command';
|
||||
|
||||
@serializable
|
||||
export class CreatePlayerCommand extends Command {
|
||||
public constructor(public readonly character: CharacterBase) {
|
||||
public constructor(public readonly character: PlayerCharacterBase) {
|
||||
super();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue