Started organizing CS2/Protocol-related functions

This commit is contained in:
Pazaz 2022-04-25 04:02:02 -04:00
parent 46740027df
commit ef6a5d7385
268 changed files with 5936 additions and 6093 deletions

View file

@ -30,8 +30,8 @@ public final class Static146 {
Static235.anInt5276 = arg0;
for (@Pc(3) int local3 = 0; local3 < Static152.mapSizeX; local3++) {
for (@Pc(8) int local8 = 0; local8 < Static99.mapSizeZ; local8++) {
if (Static130.aClass3_Sub5ArrayArrayArray1[arg0][local3][local8] == null) {
Static130.aClass3_Sub5ArrayArrayArray1[arg0][local3][local8] = new Tile(arg0, local3, local8);
if (SceneGraph.tiles[arg0][local3][local8] == null) {
SceneGraph.tiles[arg0][local3][local8] = new Tile(arg0, local3, local8);
}
}
}