summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-22 15:53:46 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-22 15:53:46 +0100 |
commit | 15515f36d7bbd53c7049c597ea2c6f942dc39ded (patch) | |
tree | 7a258c5c2cf403efd9dfb8f4d0900281bd96d39a /src/timed_cache_data.hrl | |
parent | 2f07232e91383752345e9a316a038620b232e70f (diff) |
Working on player turns.
Diffstat (limited to 'src/timed_cache_data.hrl')
-rw-r--r-- | src/timed_cache_data.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timed_cache_data.hrl b/src/timed_cache_data.hrl index e91be25..23441d3 100644 --- a/src/timed_cache_data.hrl +++ b/src/timed_cache_data.hrl @@ -1,6 +1,6 @@ %% TODO: add types. -record(battlemap, {id, width, height, content, instances}). --record(battlemap_instance, {id, chars, curr_player, rem_chars, last_turn}). +-record(battlemap_instance, {id, chars, curr_player, players, rem_chars, last_turn}). -record(character, {id, name, icon, portrait, mov_pts, atk_rg}). -record(character_turn, {id, path, target}). -record(player, {id, battlemaps, characters}). |