C# Class HyoutaTools.DanganRonpa.Nonstop.NonstopSingle

Show file Open project: AdmiralCurtiss/HyoutaTools

Public Properties

Property Type Description
data System.UInt16[]
size int

Public Methods

Method Description
NonstopSingle ( int offset, byte file, int size ) : System
ToString ( ) : string

Method Details

NonstopSingle() public method

public NonstopSingle ( int offset, byte file, int size ) : System
offset int
file byte
size int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

data public property

public UInt16[],System data
return System.UInt16[]

size public property

public int size
return int