示例#1
0
        public Card cardConstruct(CardConstructor constructor, int identifier)
        {
            Assemble(constructor, identifier);

            return(constructor.getCard());
        }