writes down some ideas

This commit is contained in:
2019-06-21 21:49:57 +02:00
parent 3d612f33d7
commit 23adaa3e79
3 changed files with 54 additions and 2 deletions

View File

@@ -6,6 +6,14 @@ const PLAYER_LIST = [
{id: 3, name: "Fefi", wealth: [0,0,0,0], debt: 0},
];
const fetchPlayerList = function () {
};
const fetchRequests = function () {
};
export const AppStorage = {
debug: true,
state: {