UNPKG

@phaserjs/phaser

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