C# Class gamedef.ExpDefine

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

Public Properties

Property Type Description
Exp int
Level int
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

Exp public property

public int Exp
return int

Level public property

public int Level
return int

Type public property

public ActorType Type
return ActorType