コード例 #1
0
ファイル: GroundVisitor.cs プロジェクト: LukasKez/OPP-tankai
 public void Visit(Forest forest)
 {
     forest.AddStuff(new Ground(new Transform(forest.levelWidth / 2, forest.levelHeight / 2, forest.levelWidth, forest.levelHeight), Brushes.LightGreen));
 }