Started work on the "Ritual Reader," which will in the future give more information about rituals as well as allow you to set the custom areas of the rituals.
This commit is contained in:
parent
f88dae6dda
commit
db268b23a4
6 changed files with 169 additions and 1 deletions
|
@ -0,0 +1,8 @@
|
|||
package WayofTime.bloodmagic.api.ritual;
|
||||
|
||||
public enum EnumRitualReaderState
|
||||
{
|
||||
SET_AREA,
|
||||
INFORMATION,
|
||||
SET_WILL_TYPES;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue