Basic sigil system implementation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Zennysoft.Ma;
|
||||
|
||||
public interface ISigilComponent
|
||||
{
|
||||
ISigil Sigil { get; set; }
|
||||
|
||||
public void Reset();
|
||||
}
|
||||
Reference in New Issue
Block a user