changed struct name 'class' into 'role'

This commit is contained in:
Chris Boesch 2023-08-02 23:29:02 +02:00
parent d572302e2c
commit 3fbabe40fb
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
44a45,50
> chars[1] = Character{
> .class = Class.bard,
> .role = Role.bard,
> .gold = 10,
> .health = 100,
> .experience = 20,