zulrah: Package private class
This commit is contained in:
@@ -39,7 +39,7 @@ public abstract class ZulrahPattern
|
||||
{
|
||||
private final List<ZulrahPhase> pattern = new ArrayList<>();
|
||||
|
||||
protected final void add(ZulrahLocation loc, ZulrahType type, StandLocation standLocation, Prayer prayer)
|
||||
final void add(ZulrahLocation loc, ZulrahType type, StandLocation standLocation, Prayer prayer)
|
||||
{
|
||||
add(loc, type, standLocation, false, prayer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user