IWeapon
Interface Definition
ts
interface IWeapon {
readonly hash: number;
readonly tintIndex: number;
readonly components: ReadonlyArray<number>;
};