mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 10:57:19 +02:00
9 lines
177 B
TOML
9 lines
177 B
TOML
[fruit]
|
|
apple.color = "red"
|
|
apple.taste.sweet = true
|
|
|
|
# [fruit.apple] # INVALID
|
|
# [fruit.apple.taste] # INVALID
|
|
|
|
[fruit.apple.texture] # you can add sub-tables
|
|
smooth = true
|