Skip to content

Commit

Permalink
Added missing Marketplace value for Dispatch Call
Browse files Browse the repository at this point in the history
  • Loading branch information
CliffCawley committed Mar 28, 2024
1 parent 6be284a commit 84d6929
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ public enum DispatchCall
/// </summary>
[EnumMember(Value = "FUEL_TANKS")]
FuelTanks,

/// <summary>
/// Indicates a dispatch call as <c>MARKETPLACE</c>.
/// </summary>
[EnumMember(Value = "MARKETPLACE")]
Marketplace,
}

0 comments on commit 84d6929

Please sign in to comment.