Beispiel #1
0
 // The static field events badly influence game scene after play first.
 // Therefore, static fields should initialize with null.
 public void InitEveryStaticField()
 {
     this.InitStaticField();
     BlockEntity.InitStaticField();
     BlockController.InitStaticField();
 }