diff --git a/src/js/game/hud/parts/entity_debugger.js b/src/js/game/hud/parts/entity_debugger.js index 640ad4d6..debd456d 100644 --- a/src/js/game/hud/parts/entity_debugger.js +++ b/src/js/game/hud/parts/entity_debugger.js @@ -94,11 +94,12 @@ export class HUDEntityDebugger extends BaseHUDPart {
} O the method that will override the old one
* @param {C} classHandle
* @param {M} methodName
- * @param {beforePrams } O the method that will run before the old one
* @param {C} classHandle
* @param {M} methodName
- * @param {O} executeBefore
+ * @param {bindThis } O the method that will run before the old one
* @param {C} classHandle
* @param {M} methodName
- * @param {O} executeAfter
+ * @param {bindThis