summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-03-12 17:55:25 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-03-12 17:55:25 +0100 |
commit | 68cfa3b73e6f7def9641b08c4acf2f0f96685843 (patch) | |
tree | 5d6bbe4b6f1e777235fcc1235060b5101ca46c4d /src/struct/player.erl | |
parent | 11a7a03a0088b2c4b8edc394469396d54190dc53 (diff) |
Stores and sends entire turn timelines.
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 ( |