Beispiel #1
0
 public void BeginLevel()
 {
     base.GetLock();
     try
     {
         FogOfWar.BeginLevel();
     }
     catch (Exception var_0_10)
     {
     }
     finally
     {
         base.ReleaseLock();
     }
 }