Ejemplo n.º 1
0
        public bool DropCard(CreatureCard targetCard)
        {
            PlayerHolder p = gc.CurrentPlayer;

            if (!targetCard.CanDropCard())
            {
                Debug.LogError("TargetCan'tDropCard");
                return(false);
            }
            Debug.LogWarning("Released");
            return(true);
        }