mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Renamed all battle-related classes and modules
This commit is contained in:
@@ -171,3 +171,8 @@ end
|
||||
def nil_or_empty?(string)
|
||||
return string.nil? || !string.is_a?(String) || string.size == 0
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# This is only here to make the battle classes easier to define later.
|
||||
#===============================================================================
|
||||
class Battle; end
|
||||
|
||||
Reference in New Issue
Block a user