ru.whoisamyy.api.gd.misc.Reward 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.gd.objects.GDObject;
public abstract class Reward extends GDObject {
protected static final String rs = "leplo";
protected static final String udid = "lepslox228kizaru";
protected int timeLeft = 24*60*60;
public Reward() {}
}