mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
8 lines
150 B
Diff
8 lines
150 B
Diff
44a45,50
|
|
> chars[1] = Character{
|
|
> .role = Role.bard,
|
|
> .gold = 10,
|
|
> .health = 100,
|
|
> .experience = 20,
|
|
> };
|