Add grid categories
This commit is contained in:
parent
3cb43e5d3e
commit
e8a320dac9
22 changed files with 1008 additions and 379 deletions
|
|
@ -12,7 +12,7 @@ namespace DataLayer
|
|||
public float StoryRating { get; private set; }
|
||||
|
||||
private Rating() { }
|
||||
internal Rating(float overallRating, float performanceRating, float storyRating)
|
||||
public Rating(float overallRating, float performanceRating, float storyRating)
|
||||
{
|
||||
OverallRating = overallRating;
|
||||
PerformanceRating = performanceRating;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue