C# Class Server.Game.Network.Packets.AttributeKeyValue

显示文件 Open project: GrindFest/GrindFest

Public Properties

Property Type Description
Name AttributeId
Value float

Public Methods

Method Description
AttributeKeyValue ( AttributeId name, float value ) : System

Method Details

AttributeKeyValue() public method

public AttributeKeyValue ( AttributeId name, float value ) : System
name AttributeId
value float
return System

Property Details

Name public_oe property

public AttributeId Name
return AttributeId

Value public_oe property

public float Value
return float