Interface PlayerOnGameserverOutputDTO

PlayerOnGameserverOutputDTO

interface PlayerOnGameserverOutputDTO {
    createdAt: string;
    currency: number;
    gameId: string;
    gameServerId: string;
    id: string;
    inventory: IItemDTO[];
    ip?: string;
    lastSeen: string;
    online: boolean;
    ping?: number;
    playerId: string;
    positionX?: number;
    positionY?: number;
    positionZ?: number;
    updatedAt: string;
}

Properties

createdAt: string

PlayerOnGameserverOutputDTO

currency: number

PlayerOnGameserverOutputDTO

gameId: string

PlayerOnGameserverOutputDTO

gameServerId: string

PlayerOnGameserverOutputDTO

id: string

PlayerOnGameserverOutputDTO

inventory: IItemDTO[]

PlayerOnGameserverOutputDTO

ip?: string

PlayerOnGameserverOutputDTO

lastSeen: string

PlayerOnGameserverOutputDTO

online: boolean

PlayerOnGameserverOutputDTO

ping?: number

PlayerOnGameserverOutputDTO

playerId: string

PlayerOnGameserverOutputDTO

positionX?: number

PlayerOnGameserverOutputDTO

positionY?: number

PlayerOnGameserverOutputDTO

positionZ?: number

PlayerOnGameserverOutputDTO

updatedAt: string

PlayerOnGameserverOutputDTO