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

36
p000/WeaponInfo.java Normal file
View File

@@ -0,0 +1,36 @@
package p000;
/* renamed from: k */
/* loaded from: microcounterstrike.jar:k.class */
public final class WeaponInfo {
/* renamed from: a */
public int weaponId;
/* renamed from: b */
public String name;
/* renamed from: c */
public int clipSize;
/* renamed from: d */
public int defaultAmmo;
/* renamed from: e */
public String weightLabel;
/* renamed from: f */
public int cost;
/* renamed from: g */
public int weaponCode;
/* renamed from: h */
public int[][][] recoilPattern;
/* renamed from: i */
public int[][] crosshairPattern;
/* renamed from: j */
public int damage;
}