Added stats into the character creation

This commit is contained in:
Sebastian Bularca
2026-04-05 11:26:41 +02:00
parent 4196ef55d1
commit dbac327993
11 changed files with 1593 additions and 457 deletions

View File

@@ -13,6 +13,7 @@ public class CharacterCreationReference : MonoBehaviour {
public TMP_Dropdown classDropdown;
public TMP_Dropdown perksDropdown;
public AttributeReference[] attributeReference;
public StatReference[] statReference;
//center
public Button backButtonCenter;