getItem, setItem complete. Added scripts.
This commit is contained in:
parent
e38bab5054
commit
ee4059ac5a
6 changed files with 95 additions and 0 deletions
6
mnesia/ggs_db.hrl
Normal file
6
mnesia/ggs_db.hrl
Normal file
|
@ -0,0 +1,6 @@
|
|||
%% gamedb.hrl
|
||||
|
||||
-record(player, {id, name}).
|
||||
-record(data, {key, value}).
|
||||
|
||||
|
Reference in a new issue