Exemple #1
0
 public static void UpdateStart()
 {
     if (TileEntity._UpdateStart == null)
     {
         return;
     }
     TileEntity._UpdateStart();
 }
Exemple #2
0
 public static void UpdateStart()
 {
     // ISSUE: reference to a compiler-generated field
     if (TileEntity._UpdateStart == null)
     {
         return;
     }
     // ISSUE: reference to a compiler-generated field
     TileEntity._UpdateStart();
 }