using UnityEngine; public class SpellCardCreator : CardCreatorBase { public SpellCardCreator(GameObject rootObject) : base(rootObject) { } }