mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-03 04:34:26 -07:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MeatKit
|
||||
{
|
||||
public interface IValidatable
|
||||
{
|
||||
Dictionary<string, BuildMessage> Validate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user