Renamed TBMCPlayerBase to ChromaGamerBase
This commit is contained in:
parent
7fff1ca655
commit
9ea151596a
1 changed files with 1 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue