|
@@ -16,7 +16,7 @@ namespace InABox.Core
|
|
|
Default,
|
|
|
TemplateEditor
|
|
|
}
|
|
|
- public delegate void OnEditorClicked();
|
|
|
+ public delegate void OnScriptEditorClickedEvent();
|
|
|
|
|
|
public class ScriptEditor : BaseEditor
|
|
|
{
|
|
@@ -27,7 +27,7 @@ namespace InABox.Core
|
|
|
Type = ScriptEditorType.Default;
|
|
|
}
|
|
|
|
|
|
- public event OnEditorClicked OnEditorClicked;
|
|
|
+ public event OnScriptEditorClickedEvent OnEditorClicked;
|
|
|
|
|
|
public SyntaxLanguage SyntaxLanguage { get; set; }
|
|
|
public ScriptEditorType Type { get; set; }
|