C# Class gamedef.SampleDefine

Inheritance: tabtoy.DataObject
Show file Open project: davyxu/tabtoy

Public Properties

Property Type Description
BuffID List
ID long
IconID int
ItemID int
Name string
NumericalRate float
SingleStruct Prop
SkillID List
StrStruct List
Type ActorType

Public Methods

Method Description
Deserialize ( tabtoy reader ) : void

Method Details

Deserialize() public method

public Deserialize ( tabtoy reader ) : void
reader tabtoy
return void

Property Details

BuffID public property

public List BuffID
return List

ID public property

public long ID
return long

IconID public property

public int IconID
return int

ItemID public property

public int ItemID
return int

Name public property

public string Name
return string

NumericalRate public property

public float NumericalRate
return float

SingleStruct public property

public Prop,gamedef SingleStruct
return Prop

SkillID public property

public List SkillID
return List

StrStruct public property

public List StrStruct
return List

Type public property

public ActorType Type
return ActorType