示例#1
0
 protected override Color AddBackground()
 {
     return(Random.GetColor());
 }
示例#2
0
 public RomanCard(int x, int y) : base(x, y, Random.GetRoman())
 {
     BackgroundColor = Random.GetColor();
 }