Alpha 1.0 RELEASE

This commit is contained in:
Paldiu
2022-04-10 18:48:09 -05:00
parent d08b240ff9
commit 057450c585
12 changed files with 325 additions and 199 deletions

View File

@ -6,6 +6,7 @@ import org.bukkit.entity.Player;
import java.io.Serializable;
public interface LuckContainer extends Serializable {
Attribute asAttribute();
double getNumber();