Interface PlayerSpeed

interface PlayerSpeed {
    speed?: number;
}

Properties

Properties

speed?: number