first commit
This commit is contained in:
36
p000/WeaponInfo.java
Normal file
36
p000/WeaponInfo.java
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user