1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-24 22:36:06 +02:00
ziglings/patches/patches/038_structs2.patch
2023-08-02 23:29:02 +02:00

8 lines
150 B
Diff

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