Ejemplo n.º 1
0
 public override void DrawEffect()
 {
     switch (CurrentAction)
     {
     case MirAction.Die:
         switch (Effect)
         {
         case 1:         // Scarecrow
             PrimaryLibrary.DrawBlend(2860 + Frame, DisplayRectangle.Location, Color.White, true);
             break;
         }
         break;
     }
 }