mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 04:22:26 +00:00
12 lines
291 B
C++
12 lines
291 B
C++
#pragma once
|
|
|
|
#include "common/repositories/base/base_player_event_aa_purchase_repository.h"
|
|
|
|
#include "common/database.h"
|
|
#include "common/strings.h"
|
|
|
|
class PlayerEventAaPurchaseRepository: public BasePlayerEventAaPurchaseRepository {
|
|
public:
|
|
// Custom extended repository methods here
|
|
};
|