diff --git a/src/Api/Set.cs b/src/Api/Set.cs index 9358072..5cd5c11 100644 --- a/src/Api/Set.cs +++ b/src/Api/Set.cs @@ -5,6 +5,11 @@ namespace JpnCardsPokemonSdk.Api; public class Set : EndpointObject { + static Set() + { + EndpointFactory.RegisterTypeEndpoint(new SetEndpoint()); + } + public string? Name { get; set; } public int Id { get; set; }