using System.Collections; using System.Collections.Generic; using UnityEngine; using System; namespace RPGCreationKit.SaveSystem { [Serializable] public class EffectOnEntitySaveData { } }