typo
This commit is contained in:
@@ -5,7 +5,7 @@ import io.realm.RealmObject;
|
|||||||
|
|
||||||
public class Campaign extends RealmObject {
|
public class Campaign extends RealmObject {
|
||||||
private RealmList<Character> currentCharacters;
|
private RealmList<Character> currentCharacters;
|
||||||
private RealmList<Achievement> partyStoryAchievments;
|
private RealmList<Achievement> partyStoryAchievements;
|
||||||
|
|
||||||
public RealmList<Character> getCurrentCharacters() {
|
public RealmList<Character> getCurrentCharacters() {
|
||||||
return currentCharacters;
|
return currentCharacters;
|
||||||
@@ -15,11 +15,11 @@ public class Campaign extends RealmObject {
|
|||||||
this.currentCharacters = currentCharacters;
|
this.currentCharacters = currentCharacters;
|
||||||
}
|
}
|
||||||
|
|
||||||
public RealmList<Achievement> getPartyStoryAchievments() {
|
public RealmList<Achievement> getPartyStoryAchievements() {
|
||||||
return partyStoryAchievments;
|
return partyStoryAchievements;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setPartyStoryAchievments(RealmList<Achievement> partyStoryAchievments) {
|
public void setPartyStoryAchievements(RealmList<Achievement> partyStoryAchievements) {
|
||||||
this.partyStoryAchievments = partyStoryAchievments;
|
this.partyStoryAchievements = partyStoryAchievements;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user