bugfixes and cleanup
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
import { Player } from "../../models/player.js";
|
||||
import { Prompt } from "../prompt.js";
|
||||
import * as security from "../../utils/security.js";
|
||||
import { gGame } from "../../models/globals.js";
|
||||
import { Config } from "../../config.js";
|
||||
import { AuthenticationScene } from "./authenticationScene.js";
|
||||
import * as security from "../../utils/security.js";
|
||||
|
||||
/** @typedef {import("./authenticationScene.js").AuthenticationScene} AuthenticationScene */
|
||||
/** @typedef {import("../../models/player.js").Player} Player */
|
||||
|
||||
/**
|
||||
* @class
|
||||
*
|
||||
* @property {AuthenticationScene} scene
|
||||
*/
|
||||
export class UsernamePrompt extends Prompt {
|
||||
//
|
||||
promptText = [
|
||||
|
||||
Reference in New Issue
Block a user