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