Renamed TBMCPlayerBase to ChromaGamerBase

This commit is contained in:
Norbi Peti 2017-01-02 00:47:47 +01:00
parent 7fff1ca655
commit 9ea151596a

View file

@ -1,6 +1,6 @@
package buttondevteam.lib;
public abstract class TBMCPlayerBase {
public abstract class ChromaGamerBase {
/**
* This method returns the filename for this player data. For example, for Minecraft-related data, use MC UUIDs, for Discord data, use Discord IDs, etc.
*/
@ -10,6 +10,4 @@ public abstract class TBMCPlayerBase {
* This method returns the folder the file is in. For example, for Minecraft data, this should be "minecraft", for Discord, "discord", etc.
*/
public abstract String getFolder();
}