C# Class GameFramework.EntityInfo.AttackerInfo

显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Properties

Property Type Description
m_AttackTime long
m_HpDamage int
m_NpDamage int

Property Details

m_AttackTime public_oe property

public long m_AttackTime
return long

m_HpDamage public_oe property

public int m_HpDamage
return int

m_NpDamage public_oe property

public int m_NpDamage
return int