mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-01 11:22:28 +00:00
12 lines
297 B
C++
12 lines
297 B
C++
#pragma once
|
|
|
|
#include "common/repositories/base/base_player_event_merchant_sell_repository.h"
|
|
|
|
#include "common/database.h"
|
|
#include "common/strings.h"
|
|
|
|
class PlayerEventMerchantSellRepository: public BasePlayerEventMerchantSellRepository {
|
|
public:
|
|
// Custom extended repository methods here
|
|
};
|