diff --git a/ESI.net/ESI.NET/Models/Character/Information.cs b/ESI.net/ESI.NET/Models/Character/Information.cs index 065fd258..f6534b47 100644 --- a/ESI.net/ESI.NET/Models/Character/Information.cs +++ b/ESI.net/ESI.NET/Models/Character/Information.cs @@ -5,6 +5,8 @@ namespace ESI.NET.Models.Character { public class Information { + public long CharacterId { get; set; } + [JsonProperty("alliance_id")] public long AllianceId { get; set; }