コード例 #1
0
ファイル: Wolf.cs プロジェクト: nik0p01/trainingEPAM
 public override void Draw(IDrawVisitor drawVisitor)
 {
     drawVisitor.DrawForWolf(this);
 }