diff options
| author | realtradam <[email protected]> | 2021-05-26 01:24:30 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-05-26 01:24:30 -0400 |
| commit | 7bec71db2680e0503f39c31047f5f90ca89433df (patch) | |
| tree | 4d987b479b0670256af5c1a4ffe5ab7b75fb23b4 /components/07_battle.rb | |
| download | FelECS-7bec71db2680e0503f39c31047f5f90ca89433df.tar.gz FelECS-7bec71db2680e0503f39c31047f5f90ca89433df.zip | |
init
Diffstat (limited to 'components/07_battle.rb')
| -rw-r--r-- | components/07_battle.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/07_battle.rb b/components/07_battle.rb new file mode 100644 index 0000000..b4ef622 --- /dev/null +++ b/components/07_battle.rb @@ -0,0 +1,4 @@ +class Components + class Battle < Helper::Level + end +end |
