MPV of save/load system

This commit is contained in:
Michal Pikulski
2025-10-27 14:00:37 +01:00
parent 690e8b4507
commit f5c1ae51cd
15 changed files with 1234 additions and 17 deletions

View File

@@ -233,7 +233,7 @@ namespace UI.CardSystem
#if UNITY_EDITOR
[CustomEditor(typeof(CardUIElement))]
public class CardUIElementEditor : Editor
public class CardUIElementEditor : UnityEditor.Editor
{
public override void OnInspectorGUI()
{