Skip to content

Commit

Permalink
Add extra giving method
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Jul 31, 2023
1 parent b82567d commit 08284bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ public final class GivingData extends GameResource {
private GiveType giveType;

public enum GiveMethod {
@SerializedName("GIVING_METHOD_NONE") NONE,
@SerializedName("GIVING_METHOD_EXACT") EXACT,
@SerializedName("GIVING_METHOD_GROUP") GROUP,
@SerializedName("GIVING_METHOD_VAGUE_GROUP") GROUP_VAGUE
@SerializedName("GIVING_METHOD_VAGUE_GROUP") GROUP_VAGUE,
@SerializedName("GIVING_METHOD_ANY_NO_FINISH") ANY
}

public enum GiveType {
Expand Down

0 comments on commit 08284bc

Please sign in to comment.