MemorySecret Constructor (GameInfo, Memory, Boolean) |
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic MemorySecret(
GameInfo info,
Memory memory,
bool isReturnSecret
)
Public Sub New (
info As GameInfo,
memory As Memory,
isReturnSecret As Boolean
)
Parameters
- info
- Type: Zyrenth.ZoraGameInfo
The game information. - memory
- Type: Zyrenth.ZoraMemory
The memory. - isReturnSecret
- Type: SystemBoolean
if set to true is return secret.
See Also