mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 14:03:10 -05:00
7 lines
150 B
Diff
7 lines
150 B
Diff
44a45,50
|
|
> chars[1] = Character{
|
|
> .role = Role.bard,
|
|
> .gold = 10,
|
|
> .health = 100,
|
|
> .experience = 20,
|
|
> };
|