Added Theme Editor window and added to Tools menu
This commit is contained in:
7
Filtration.Interface/IDocument.cs
Normal file
7
Filtration.Interface/IDocument.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Filtration.Interface
|
||||
{
|
||||
public interface IDocument
|
||||
{
|
||||
bool IsScript { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user