コード例 #1
0
 public override void Render(DwarfGame game, GraphicsDevice graphics, DwarfTime time)
 {
     if (CurrentSpell != null)
     {
         CurrentSpell.Render(time);
     }
 }