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