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