UNPKG

@phaserjs/phaser

Version:
7 lines (6 loc) 106 B
import { Key } from "../Key"; export class SpaceKey extends Key { constructor() { super(" "); } }