Basic game data structure for devices and workers.
This commit is contained in:
parent
98350955b0
commit
cd8cdd31e3
2 changed files with 55 additions and 9 deletions
13
store/const.js
Normal file
13
store/const.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
export default {
|
||||
currencies: [
|
||||
"energy",
|
||||
"seasons",
|
||||
"months",
|
||||
"days",
|
||||
"hours",
|
||||
"seconds",
|
||||
"nanoseconds",
|
||||
"plancktime"
|
||||
]
|
||||
|
||||
}
|
||||
Reference in a new issue