コード例 #1
0
 public SelectState(DrawStrategy strategy)
 {
     this.DrawStrategy = strategy;
 }
コード例 #2
0
ファイル: Creature.cs プロジェクト: JHNUXER/Roguelike
 public void Draw(GameTime gameTime)
 {
     DrawStrategy.Draw(gameTime, this, _world);
 }