mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'fixEditorCards' into 'master'
improvements for alternate state cards in editors (desktop) See merge request core-developers/forge!3613
This commit is contained in:
@@ -484,6 +484,7 @@ public class QuestController {
|
||||
}
|
||||
|
||||
public HashSet<StarRating> GetRating() {
|
||||
if (model == null) return null;
|
||||
return model.Ratings;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user