ru.whoisamyy.api.gd.misc.ChallengeLootTable 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;
public record ChallengeLootTable(int unknown, int itemType, int amount, int diamonds, String name) {
}