mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 17:30:52 +01:00
fixed typo that cost my sanity
This commit is contained in:
parent
00c64c579f
commit
ab5e33506e
@ -3,7 +3,7 @@ import { IMessageParser } from '../../../../../../core/communication/messages/IM
|
|||||||
import { IObjectData } from '../../../../../room/object/data/IObjectData';
|
import { IObjectData } from '../../../../../room/object/data/IObjectData';
|
||||||
import { ObjectDataFactory } from '../../../../../room/object/data/ObjectDataFactory';
|
import { ObjectDataFactory } from '../../../../../room/object/data/ObjectDataFactory';
|
||||||
import { LegacyDataType } from '../../../../../room/object/data/type/LegacyDataType';
|
import { LegacyDataType } from '../../../../../room/object/data/type/LegacyDataType';
|
||||||
import { MarketplaceOffer } from '../utils/MarketPlaceOffer';
|
import { MarketplaceOffer } from './MarketplaceOffer';
|
||||||
|
|
||||||
|
|
||||||
export class MarketplaceOffersReceivedParser implements IMessageParser
|
export class MarketplaceOffersReceivedParser implements IMessageParser
|
||||||
|
@ -3,7 +3,7 @@ import { IMessageParser } from '../../../../../../core/communication/messages/IM
|
|||||||
import { IObjectData } from '../../../../../room/object/data/IObjectData';
|
import { IObjectData } from '../../../../../room/object/data/IObjectData';
|
||||||
import { ObjectDataFactory } from '../../../../../room/object/data/ObjectDataFactory';
|
import { ObjectDataFactory } from '../../../../../room/object/data/ObjectDataFactory';
|
||||||
import { LegacyDataType } from '../../../../../room/object/data/type/LegacyDataType';
|
import { LegacyDataType } from '../../../../../room/object/data/type/LegacyDataType';
|
||||||
import { MarketplaceOffer } from '../utils/MarketPlaceOffer';
|
import { MarketplaceOffer } from './MarketplaceOffer';
|
||||||
|
|
||||||
|
|
||||||
export class MarketplaceOwnItemsParser implements IMessageParser
|
export class MarketplaceOwnItemsParser implements IMessageParser
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
export * from './MarketplaceBuyOfferResultParser';
|
export * from './MarketplaceBuyOfferResultParser';
|
||||||
export * from './MarketplaceCancelItemParser';
|
export * from './MarketplaceCancelItemParser';
|
||||||
|
export * from './MarketplaceOffer';
|
||||||
|
export * from './MarketplaceOfferData';
|
||||||
export * from './MarketplaceOffersReceivedParser';
|
export * from './MarketplaceOffersReceivedParser';
|
||||||
export * from './MarketplaceOwnItemsParser';
|
export * from './MarketplaceOwnItemsParser';
|
||||||
|
@ -11,6 +11,4 @@ export * from './ClubGiftData';
|
|||||||
export * from './ICatalogLocalizationData';
|
export * from './ICatalogLocalizationData';
|
||||||
export * from './ICatalogPageData';
|
export * from './ICatalogPageData';
|
||||||
export * from './ICatalogPageParser';
|
export * from './ICatalogPageParser';
|
||||||
export * from './MarketPlaceOffer';
|
|
||||||
export * from './MarketplaceOfferData';
|
|
||||||
export * from './SellablePetPaletteData';
|
export * from './SellablePetPaletteData';
|
||||||
|
Loading…
Reference in New Issue
Block a user