37 lines
668 B
Java
37 lines
668 B
Java
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;
|
|
}
|