Files
ziglings/patches/patches/038_structs2.patch
T

8 lines
150 B
Diff

44a45,50
> chars[1] = Character{
> .role = Role.bard,
> .gold = 10,
> .health = 100,
> .experience = 20,
> };