Registers the set endpoint in the endpoint factory
This commit is contained in:
parent
10cd18261d
commit
bf32379254
|
@ -5,6 +5,11 @@ namespace JpnCardsPokemonSdk.Api;
|
|||
|
||||
public class Set : EndpointObject
|
||||
{
|
||||
static Set()
|
||||
{
|
||||
EndpointFactory.RegisterTypeEndpoint<Set>(new SetEndpoint());
|
||||
}
|
||||
|
||||
public string? Name { get; set; }
|
||||
|
||||
public int Id { get; set; }
|
||||
|
|
Loading…
Reference in a new issue