16 lines
469 B
Markdown
16 lines
469 B
Markdown
#### [JpnCardsPokemon.Sdk](index.md 'index')
|
|
### [JpnCardsPokemon.Sdk.Api](JpnCardsPokemon.Sdk.Api.md 'JpnCardsPokemon.Sdk.Api').[Card](JpnCardsPokemon.Sdk.Api.Card.md 'JpnCardsPokemon.Sdk.Api.Card')
|
|
|
|
## Card.Hp Property
|
|
|
|
The amount of HP the card has.
|
|
|
|
```csharp
|
|
public int Hp { get; set; }
|
|
```
|
|
|
|
#### Property Value
|
|
[System.Int32](https://docs.microsoft.com/en-us/dotnet/api/System.Int32 'System.Int32')
|
|
|
|
### Remarks
|
|
If the card does not have HP, the value will be -1. |