Ejemplo n.º 1
0
 public static void UpdateEnd()
 {
     if (TileEntity._UpdateEnd != null)
     {
         TileEntity._UpdateEnd();
     }
 }
Ejemplo n.º 2
0
 public static void UpdateEnd()
 {
     if (TileEntity._UpdateEnd == null)
     {
         return;
     }
     TileEntity._UpdateEnd();
 }
Ejemplo n.º 3
0
 public static void UpdateEnd()
 {
     // ISSUE: reference to a compiler-generated field
     if (TileEntity._UpdateEnd == null)
     {
         return;
     }
     // ISSUE: reference to a compiler-generated field
     TileEntity._UpdateEnd();
 }