コード例 #1
0
ファイル: Fish.cs プロジェクト: S-a-b-r/aquarium
 public override void Draw()
 {
     ConsoleEx.Print((int)x, (int)y, "#", ConsoleColor.Yellow);
 }