modify ChampionEntyty
continuous-integration/drone/push Build is failing Details

pull/2/head
Bastien OLLIER 2 years ago
parent 43a5e6c351
commit 2190ca83c9

@ -1,15 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EFLol
namespace EFLol
{
public class ChampionEntity
{
public int Id { get; set; }
public string Name { get; set; }
public string Bio { get; set; }
}
public string Bio { get; set; }
//public ChampionClass Class { get; set; }
//public string Icon { get; set; }
//public LargeImage Image { get; set; }
//public ReadOnlyCollection<Skin> Skins { get; private set; }
//public ReadOnlyDictionary<string, int> Characteristics { get; private set; }
//private HashSet<Skill> skills = new HashSet<Skill>();
}
}

Loading…
Cancel
Save