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