aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/phase_adjuster.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/phase_adjuster.js')
-rw-r--r--lib/systems/phase_adjuster.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/systems/phase_adjuster.js b/lib/systems/phase_adjuster.js
index 120b05d..06ff870 100644
--- a/lib/systems/phase_adjuster.js
+++ b/lib/systems/phase_adjuster.js
@@ -10,6 +10,9 @@ const internals = {
}
};
+/**
+ * UI that adjusts the phase of any compatible object
+ */
export default class PhaseAdjuster extends System {
constructor(container) {