示例#1
0
文件: Fish.cs 项目: S-a-b-r/aquarium
 public override void Draw()
 {
     ConsoleEx.Print((int)x, (int)y, "#", ConsoleColor.Yellow);
 }