mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:50:44 -05:00
Updated ITraderPurchaseData
to be an interface
This commit is contained in:
parent
1048d23f64
commit
8caa80b224
@ -28,7 +28,7 @@ export interface ISptProfile {
|
||||
customisationUnlocks: ICustomisationStorage[];
|
||||
}
|
||||
|
||||
export class ITraderPurchaseData {
|
||||
export interface ITraderPurchaseData {
|
||||
count: number;
|
||||
purchaseTimestamp: number;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user