C# Class GameStruct.AiInfo

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
bIdle_Move bool
bMove bool
nAttack_Range int
nAttack_Speed int
nId int
nMove_Speed int
nRange int
nType int

Public Methods

Method Description
AiInfo ( ) : System

Method Details

AiInfo() public method

public AiInfo ( ) : System
return System

Property Details

bIdle_Move public_oe property

public bool bIdle_Move
return bool

bMove public_oe property

public bool bMove
return bool

nAttack_Range public_oe property

public int nAttack_Range
return int

nAttack_Speed public_oe property

public int nAttack_Speed
return int

nId public_oe property

public int nId
return int

nMove_Speed public_oe property

public int nMove_Speed
return int

nRange public_oe property

public int nRange
return int

nType public_oe property

public int nType
return int