ru.whoisamyy.api.gd.misc.ChestLootTable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Geometry Dash kernel in java
package ru.whoisamyy.api.gd.misc;
import ru.whoisamyy.api.utils.enums.Shard;
public record ChestLootTable(int orbs, int diamonds, Shard shard, int key) {
}