diff options
| author | realtradam <[email protected]> | 2022-02-17 07:55:00 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-17 07:55:00 -0500 |
| commit | fcd25e47987a8fd35a1712201dcc035707fd462c (patch) | |
| tree | 74e5513a0859bc9ed2e0843071c341730a992260 /deprecated/components/07_battle.rb | |
| parent | 99ebe846c1f2aeb63d21eb2a0ddebcf751d28aae (diff) | |
| download | FelECS-fcd25e47987a8fd35a1712201dcc035707fd462c.tar.gz FelECS-fcd25e47987a8fd35a1712201dcc035707fd462c.zip | |
fix code climate and remove deprecated files
Diffstat (limited to 'deprecated/components/07_battle.rb')
| -rw-r--r-- | deprecated/components/07_battle.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/deprecated/components/07_battle.rb b/deprecated/components/07_battle.rb deleted file mode 100644 index 996c03c..0000000 --- a/deprecated/components/07_battle.rb +++ /dev/null @@ -1,6 +0,0 @@ -# frozen_string_literal: true - -class Components - class Battle < Helper::Level - end -end |
