changed struct name 'class' into 'role'

This commit is contained in:
Chris Boesch
2023-08-02 23:29:02 +02:00
parent b5d54364cc
commit 5a0681948b
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,