Changed name of classes

This commit is contained in:
Eugene Serb 2022-06-15 16:14:58 +03:00
parent 2255138983
commit cb3396b13d

View File

@ -284,7 +284,7 @@ class Gamepad {
}; };
}; };
class GamepadMaster { class VibrationMaster {
constructor() { constructor() {
this.init(); this.init();
}; };
@ -388,5 +388,5 @@ class GamepadMaster {
/* INITIALIZATION */ /* INITIALIZATION */
/* -------------- */ /* -------------- */
const GAMEPAD_MASTER = new GamepadMaster(); const VIBRATION_MASTER = new VibrationMaster();