summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/struct/player.erl')
-rw-r--r-- | src/struct/player.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct/player.erl b/src/struct/player.erl index 824e474..857906e 100644 --- a/src/struct/player.erl +++ b/src/struct/player.erl @@ -3,7 +3,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --type id() :: string(). +-type id() :: binary(). -record ( |