mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-06 10:13:29 +02:00
8 lines
152 B
Diff
8 lines
152 B
Diff
44a45,50
|
|
> chars[1] = Character{
|
|
> .class = Class.bard,
|
|
> .gold = 10,
|
|
> .health = 100,
|
|
> .experience = 20,
|
|
> };
|