RingSecret Constructor (Int16, GameRegion, Rings) |
Initializes a new instance of the
RingSecret class with the
specified
gameId and
rings.
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic RingSecret(
short gameId,
GameRegion region,
Rings rings
)
Public Sub New (
gameId As Short,
region As GameRegion,
rings As Rings
)
Parameters
- gameId
- Type: SystemInt16
The game identifier. - region
- Type: Zyrenth.ZoraGameRegion
The region of the game - rings
- Type: Zyrenth.ZoraRings
The rings.
See Also