|
@@ -20,7 +20,7 @@ import lombok.experimental.UtilityClass;
|
|
|
|
|
|
|
|
@UtilityClass
|
|
@UtilityClass
|
|
|
@FieldDefaults(level=AccessLevel.PRIVATE, makeFinal=true)
|
|
@FieldDefaults(level=AccessLevel.PRIVATE, makeFinal=true)
|
|
|
-public final class DDSpellFactory {
|
|
|
|
|
|
|
+final class DDSpellFactory {
|
|
|
Set<String> resourcesLoaded = new HashSet<>();
|
|
Set<String> resourcesLoaded = new HashSet<>();
|
|
|
Map<String, DDSpell> spellStore = new HashMap<>();
|
|
Map<String, DDSpell> spellStore = new HashMap<>();
|
|
|
|
|
|