Interface InputMoveParams

InputMoveParams ($ref: "Input.Move.Params") Parameters for the Move method.

interface InputMoveParams {
    direction: "left" | "right" | "up" | "down";
    playerid?: number;
}

Properties

Properties

direction: "left" | "right" | "up" | "down"
playerid?: number