초기커밋
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace ServerCommon;
|
||||
|
||||
|
||||
public abstract class QuestScriptValidatorBase : IQuestScriptValidator
|
||||
{
|
||||
protected QuestMetaValidateHandler m_handler { get; set; } = new();
|
||||
|
||||
public QuestScriptValidatorBase(QuestMetaValidateHandler handler)
|
||||
{
|
||||
m_handler = handler;
|
||||
}
|
||||
|
||||
public abstract void init();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user