mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-27 21:31:33 +01:00
🏎️ move ListingResult & ListingType into auction package
Took 43 seconds
This commit is contained in:
parent
6b040183b6
commit
22d82a94b2
@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package ca.tweetzy.auctionhouse.api;
|
||||
package ca.tweetzy.auctionhouse.auction;
|
||||
|
||||
public enum ListingResult {
|
||||
|
@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package ca.tweetzy.auctionhouse.api;
|
||||
package ca.tweetzy.auctionhouse.auction;
|
||||
|
||||
public enum ListingType {
|
||||
|
Loading…
Reference in New Issue
Block a user