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