Add project files.
This commit is contained in:
16
LeagueAPI/Models/ChampSelect/ChampSelectSwapState.cs
Normal file
16
LeagueAPI/Models/ChampSelect/ChampSelectSwapState.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace LeagueAPI.Models.ChampSelect;
|
||||
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum ChampSelectSwapState
|
||||
{
|
||||
ACCEPTED,
|
||||
CANCELLED,
|
||||
DECLINED,
|
||||
SENT,
|
||||
RECEIVED,
|
||||
INVALID,
|
||||
BUSY,
|
||||
AVAILABLE
|
||||
}
|
||||
Reference in New Issue
Block a user