summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/struct/battle.erl')
-rw-r--r-- | src/struct/battle.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct/battle.erl b/src/struct/battle.erl index bfa0e8d..4ee3b51 100644 --- a/src/struct/battle.erl +++ b/src/struct/battle.erl @@ -3,7 +3,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --opaque id() :: binary(). +-type id() :: binary(). -record ( |