Added a bit of character selection UI

This commit is contained in:
Sebastian Bularca
2026-04-01 10:29:27 +02:00
parent cfac76ed25
commit 0a6056b2c4
28 changed files with 7654 additions and 432 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class AttributeReference : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}