选择封面初步提交
This commit is contained in:
@@ -370,11 +370,11 @@ namespace TcgEngine
|
||||
|
||||
public Sprite GetCardCover()
|
||||
{
|
||||
if (!string.IsNullOrEmpty(cover))
|
||||
{
|
||||
CardCoverData cardCover = CardCoverData.Get(cover);
|
||||
return cardCover.GetCardCover();
|
||||
}
|
||||
// if (!string.IsNullOrEmpty(cover))
|
||||
// {
|
||||
// CardCoverData cardCover = CardCoverData.Get(cover);
|
||||
// return cardCover.GetCardCover();
|
||||
// }
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user