C# Class HyoutaTools.Other.PicrossDS.ClassicPuzzle

Show file Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
ClearTime uint
Deleted bool
Height byte
IndexForGui int
Mode byte
PackLetter byte
PackName string
PackNumber byte
PuzzleData uint[]
PuzzleName string
Type byte
Unknown2 byte
Unknown3 byte
Width byte

Public Methods

Method Description
ClassicPuzzle ( ) : System
ClassicPuzzle ( byte File, uint Offset ) : System
ToString ( ) : string
Write ( byte File, uint Offset ) : void

Method Details

ClassicPuzzle() public method

public ClassicPuzzle ( ) : System
return System

ClassicPuzzle() public method

public ClassicPuzzle ( byte File, uint Offset ) : System
File byte
Offset uint
return System

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( byte File, uint Offset ) : void
File byte
Offset uint
return void

Property Details

ClearTime public property

public uint ClearTime
return uint

Deleted public property

public bool Deleted
return bool

Height public property

public byte Height
return byte

IndexForGui public property

public int IndexForGui
return int

Mode public property

public byte Mode
return byte

PackLetter public property

public byte PackLetter
return byte

PackName public property

public string PackName
return string

PackNumber public property

public byte PackNumber
return byte

PuzzleData public property

public uint[] PuzzleData
return uint[]

PuzzleName public property

public string PuzzleName
return string

Type public property

public byte Type
return byte

Unknown2 public property

public byte Unknown2
return byte

Unknown3 public property

public byte Unknown3
return byte

Width public property

public byte Width
return byte