Click or drag to resize

SecretLoad Method (Byte, GameRegion)

Loads in data from the raw secret data provided

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public abstract void Load(
	byte[] secret,
	GameRegion region
)

Parameters

secret
Type: SystemByte
The raw secret data
region
Type: Zyrenth.ZoraGameRegion
The region of the game
See Also