using UnityEngine; using Share; namespace Card { public class CardContext { public ICharacter Player; public ICharacter Target; } }