first commit

This commit is contained in:
Kolyah35
2026-03-18 12:51:32 +03:00
commit 97ef2458fd
63 changed files with 10658 additions and 0 deletions

21
p000/MapInfo.java Normal file
View File

@@ -0,0 +1,21 @@
package p000;
/* renamed from: ai */
/* loaded from: microcounterstrike.jar:ai.class */
public final class MapInfo {
/* renamed from: a */
public String displayName;
/* renamed from: b */
public String resourcePath;
/* renamed from: c */
public boolean hasRoundTimer;
/* renamed from: d */
public float[] spawnPoints;
/* renamed from: e */
public int[] collisionObjectIds;
}