C# Class gamedef.SampleDefine

Inheritance: tabtoy.DataObject
ファイルを表示 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_oe property

public List BuffID
return List

ID public_oe property

public long ID
return long

IconID public_oe property

public int IconID
return int

ItemID public_oe property

public int ItemID
return int

Name public_oe property

public string Name
return string

NumericalRate public_oe property

public float NumericalRate
return float

SingleStruct public_oe property

public Prop,gamedef SingleStruct
return Prop

SkillID public_oe property

public List SkillID
return List

StrStruct public_oe property

public List StrStruct
return List

Type public_oe property

public ActorType Type
return ActorType