Class CharacterItem
Inheritance
System.Object
CharacterItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class CharacterItem
Constructors
| Improve this Doc View SourceCharacterItem(Int32, String, Byte[])
Declaration
public CharacterItem(int time, string name, byte[] stats)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | time | |
System.String | name | |
System.Byte[] | stats |
Fields
| Improve this Doc View SourceD2CharacterClass
Declaration
public BattleNetD2StatsCharacterClass D2CharacterClass
Field Value
Type | Description |
---|---|
BattleNetD2StatsCharacterClass |
Expires
Declaration
public DateTime Expires
Field Value
Type | Description |
---|---|
System.DateTime |
Game
Declaration
public BattleNetGame Game
Field Value
Type | Description |
---|---|
BattleNetGame |
Level
Declaration
public int Level
Field Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Stats
Declaration
public byte[] Stats
Field Value
Type | Description |
---|---|
System.Byte[] |