Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace LeagueAPI.Models.ReadyCheck;
|
||||
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public enum LolMatchmakingMatchmakingReadyCheckResponse
|
||||
{
|
||||
Declined,
|
||||
Accepted,
|
||||
None,
|
||||
}
|
||||
Reference in New Issue
Block a user