CORE dashboard + a lot of changes

This commit is contained in:
2026-06-22 20:09:15 +02:00
parent 19d6bd934a
commit 89fa0b23b2
101 changed files with 1525 additions and 177 deletions
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using RPGCore.Core.Objects;
using RPGCore.StatusEffect.ObjectModules.StatusObjectModule.Effects;
using RPGCoreCommon.DynamicValues;
using RPGCoreCommon.Helpers.CustomTypes;
using UnityEngine;
@@ -26,7 +25,7 @@ namespace RPGCore.StatusEffect.ObjectModules.StatusObjectModule
[Min(0)] public float time;
[Header("Effects")]
[SerializeReference] public List<Effect> effects = new();
[SerializeReference] public List<BaseEffect> effects = new();
private void OnValidate()
{