feat: Basic structs
- Added Account struct - Added Config struct - Added empty Map struct - Added Quest struct
This commit is contained in:
parent
753d0e18e2
commit
4e3c137f8b
8 changed files with 441 additions and 0 deletions
10
cfg/config.toml
Normal file
10
cfg/config.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Default config
|
||||
|
||||
# Path to quests folder relative to config
|
||||
quests_path = "./quests"
|
||||
|
||||
# Path to accounts folder relative to config
|
||||
accounts_path = "./accounts"
|
||||
|
||||
# Path to map .toml file relative to config
|
||||
map = "./map.toml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue