writes down some ideas
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user