GameSecret Constructor (GameInfo) |
Initializes a new instance of the
GameSecret class from the
specified game
info.
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic GameSecret(
GameInfo info
)
Public Sub New (
info As GameInfo
)
Parameters
- info
- Type: Zyrenth.ZoraGameInfo
The game information.
See Also