mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-02 17:01:23 +01:00
🏎️ move storeable into sync package
Took 40 seconds
This commit is contained in:
parent
96ca13e752
commit
6b040183b6
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Auction House
|
||||
* Copyright 2018-2022 Kiran Hart
|
||||
* Copyright 2018-2023 Kiran Hart
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package ca.tweetzy.auctionhouse.api.interfaces;
|
||||
package ca.tweetzy.auctionhouse.api.sync;
|
||||
|
||||
import java.util.function.Consumer;
|
||||
|
Loading…
Reference in New Issue
Block a user