Example #1
0
 public static void RevealFog(int x, int y, int r)
 {
     Fog.SmoothEraseCircle(x, y, r);
 }