Skip to content
On this page

IWeapon

Interface Definition

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

Documentation

Documentation Created with ❤️ by Stuyk