summaryrefslogtreecommitdiffhomepage
path: root/deprecated/components/debug_singleton.rb
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/components/debug_singleton.rb')
-rw-r--r--deprecated/components/debug_singleton.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/deprecated/components/debug_singleton.rb b/deprecated/components/debug_singleton.rb
deleted file mode 100644
index e667191..0000000
--- a/deprecated/components/debug_singleton.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-# frozen_string_literal: true
-
-class Components
- # If an entity can be rendered on screen
- class DebugSingleton
- class << self
- @data = false
- attr_accessor :data
-
- def id
- 0
- end
- end
- end
-end