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:
WayofTime 2016-04-10 15:05:51 -04:00
parent f88dae6dda
commit db268b23a4
6 changed files with 169 additions and 1 deletions

View file

@ -0,0 +1,8 @@
package WayofTime.bloodmagic.api.ritual;
public enum EnumRitualReaderState
{
SET_AREA,
INFORMATION,
SET_WILL_TYPES;
}