9 lines
102 B
C#
9 lines
102 B
C#
|
|
namespace BFEditor.Resource
|
|
{
|
|
public interface IResChecker
|
|
{
|
|
void DoCheck();
|
|
}
|
|
}
|