Secret.Load Method (Byte[], GameRegion) |
Loads in data from the raw secret data provided
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic abstract void Load(
byte[] secret,
GameRegion region
)
Public MustOverride Sub Load (
secret As Byte(),
region As GameRegion
)
Parameters
- secret
- Type:System.Byte[]
The raw secret data - region
- Type: Zyrenth.Zora.GameRegion
The region of the game
See Also