6 lines
231 B
Java
6 lines
231 B
Java
package dev.zontreck.otemod.registry;
|
|
|
|
public class PerPlayerDataRegistry {
|
|
// The idea here is to make a registry unique to a player for mod data
|
|
// This will allow separating handling of functions, like cooldowns
|
|
}
|