mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-22 05:25:11 +01:00
create separate class for premium placeholders
Took 21 seconds
This commit is contained in:
parent
7e2694ab0c
commit
bfad62c254
@ -0,0 +1,30 @@
|
||||
/*
|
||||
* Auction House
|
||||
* Copyright 2022 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
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package ca.tweetzy.auctionhouse.ahv3.model;
|
||||
|
||||
public final class PremiumStatus {
|
||||
|
||||
String IS_SONGODA_DOWNLOAD = "%%__SONGODA__%%";
|
||||
String SONGODA_NODE = "%%__SONGODA_NODE__%%";
|
||||
String TIMESTAMP = "%%__TIMESTAMP__%%";
|
||||
String USER = "%%__USER__%%";
|
||||
String USERNAME = "%%__USERNAME__%%";
|
||||
String RESOURCE = "%%__RESOURCE__%%";
|
||||
String NONCE = "%%__NONCE__%%";
|
||||
}
|
Loading…
Reference in New Issue
Block a user