Files
2026-09-16 14:07:40 +08:00

20 lines
117 B
INI

; 注释 没有section为全局
g_x=0
[SectionA]
a_x=0
a_y=1
[SectionB]
b_x=0
b_y=1
[]
g_y=1
[SectionC]
c_x=0