mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
Changed name of classes
This commit is contained in:
parent
2255138983
commit
cb3396b13d
@ -284,7 +284,7 @@ class Gamepad {
|
||||
};
|
||||
};
|
||||
|
||||
class GamepadMaster {
|
||||
class VibrationMaster {
|
||||
constructor() {
|
||||
this.init();
|
||||
};
|
||||
@ -388,5 +388,5 @@ class GamepadMaster {
|
||||
/* INITIALIZATION */
|
||||
/* -------------- */
|
||||
|
||||
const GAMEPAD_MASTER = new GamepadMaster();
|
||||
const VIBRATION_MASTER = new VibrationMaster();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user