Move cache to utils
This commit is contained in:
@@ -2,7 +2,7 @@ package wtf.beatrice.nounspicker.commands.subcommands;
|
||||
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import wtf.beatrice.nounspicker.objects.Cache;
|
||||
import wtf.beatrice.nounspicker.utils.Cache;
|
||||
|
||||
public class NounsSetSubCommand
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package wtf.beatrice.nounspicker.objects;
|
||||
package wtf.beatrice.nounspicker.utils;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
Reference in New Issue
Block a user