예제 #1
0
파일: Fish.cs 프로젝트: S-a-b-r/aquarium
 public override void Draw()
 {
     ConsoleEx.Print((int)x, (int)y, "#", ConsoleColor.Yellow);
 }