Improved the UI !wip

This commit is contained in:
TidusJar 2018-08-23 22:16:09 +01:00
commit 33fdffdd0f
17 changed files with 902 additions and 575 deletions

View file

@ -3,6 +3,6 @@
public class Ratings
{
public int votes { get; set; }
public float value { get; set; }
public decimal value { get; set; }
}
}