C# Class HyoutaTools.Tales.Vesperia.TO8CHLI.SkitCondition

Show file Open project: AdmiralCurtiss/HyoutaTools Class Usage Examples

Public Properties

Property Type Description
MathOp ushort
Type SkitConditionType
Value1 int
Value2 int
Value3 int

Private Properties

Property Type Description

Public Methods

Method Description
GetDataAsHtml ( StringBuilder sb ) : void
SkitCondition ( System stream ) : System

Method Details

GetDataAsHtml() public method

public GetDataAsHtml ( StringBuilder sb ) : void
sb StringBuilder
return void

SkitCondition() public method

public SkitCondition ( System stream ) : System
stream System
return System

Property Details

MathOp public property

public ushort MathOp
return ushort

Type public property

public SkitConditionType Type
return SkitConditionType

Value1 public property

public int Value1
return int

Value2 public property

public int Value2
return int

Value3 public property

public int Value3
return int