SonsOfHorror/client/config/necronomicon.json5
2024-08-18 12:03:55 -07:00

17 lines
266 B
Plaintext

{
// This is used to debug stuff
"debug": false,
// A test boolean
"test": false,
// A list!
// Supports multiple values using List.of()
"list": [
"test",
"test2"
],
"exampleColors": {
"red": 255,
"green": 255,
"blue": 255
}
}