Basic game data structure for devices and workers.

This commit is contained in:
John McCardle 2022-01-06 18:15:51 -05:00
commit cd8cdd31e3
2 changed files with 55 additions and 9 deletions

13
store/const.js Normal file
View file

@ -0,0 +1,13 @@
export default {
currencies: [
"energy",
"seasons",
"months",
"days",
"hours",
"seconds",
"nanoseconds",
"plancktime"
]
}