UNPKG

@phaserjs/phaser

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