Skip to content

Commit

Permalink
added character ID to information in esi.net
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Oct 12, 2022
1 parent 74c0c73 commit 65f5a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ESI.net/ESI.NET/Models/Character/Information.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 65f5a0b

Please sign in to comment.