test
This commit is contained in:
@@ -62,12 +62,6 @@ public class WorldMapLabelSize {
|
||||
@Export("__u")
|
||||
final int __u;
|
||||
|
||||
static {
|
||||
WorldMapLabelSize_small = new WorldMapLabelSize(0, 0, 4);
|
||||
WorldMapLabelSize_medium = new WorldMapLabelSize(2, 1, 2);
|
||||
WorldMapLabelSize_large = new WorldMapLabelSize(1, 2, 0);
|
||||
}
|
||||
|
||||
WorldMapLabelSize(int var1, int var2, int var3) {
|
||||
this.__w = var1;
|
||||
this.__o = var2;
|
||||
@@ -132,4 +126,10 @@ public class WorldMapLabelSize {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static {
|
||||
WorldMapLabelSize_small = new WorldMapLabelSize(0, 0, 4);
|
||||
WorldMapLabelSize_medium = new WorldMapLabelSize(2, 1, 2);
|
||||
WorldMapLabelSize_large = new WorldMapLabelSize(1, 2, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user