starting traits

This commit is contained in:
Joshua-Ashton01
2022-11-03 12:02:05 -06:00
parent d8ed8be6c8
commit 609cc983cc
+1
View File
@@ -12,6 +12,7 @@ public class Halfling implements Race{
this.languages = new String[] {"Common", "Elvish"}; this.languages = new String[] {"Common", "Elvish"};
this.skills = new String[] {}; this.skills = new String[] {};
} }
@Override @Override