summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-12-16 14:22:16 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-12-16 14:22:16 +0100 |
commit | a22cf9ed01111999a8397ed4a9723d97ea407bdd (patch) | |
tree | 0c15afd16517c02e251f6cf1106d8ac852fabbd0 /src/battle/src/View/Map/Character.elm | |
parent | 2542493b58b23106a398ca048d4c238d442573fd (diff) |
...
Diffstat (limited to 'src/battle/src/View/Map/Character.elm')
-rw-r--r-- | src/battle/src/View/Map/Character.elm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/battle/src/View/Map/Character.elm b/src/battle/src/View/Map/Character.elm index a62d197..b1442b1 100644 --- a/src/battle/src/View/Map/Character.elm +++ b/src/battle/src/View/Map/Character.elm @@ -16,12 +16,8 @@ import BattleCharacters.Struct.Equipment -- Local Module ---------------------------------------------------------------- import Constants.UI -import Struct.Battle import Struct.Character -import Struct.CharacterTurn import Struct.Event -import Struct.TurnResult -import Struct.TurnResultAnimator import Struct.UI -------------------------------------------------------------------------------- |