mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Implement gacha guaranteed claim
This commit is contained in:
@@ -36,6 +36,10 @@ public class GachaDef extends BaseDef {
|
||||
public int getId() {
|
||||
return Id;
|
||||
}
|
||||
|
||||
public boolean canGuarantee() {
|
||||
return this.GuaranteeTimes > 0;
|
||||
}
|
||||
|
||||
public GachaStorageDef getStorageData() {
|
||||
return GameData.getGachaStorageDataTable().get(this.getStorageId());
|
||||
|
||||
Reference in New Issue
Block a user