Click or drag to resize

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
Syntax
public RingSecret(
	short gameId,
	GameRegion region,
	Rings 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