fBaseXtensions.Settings.BnetCharacterIndexInfo.BnetCharacterEntry.BnetCharacterEntry C# (CSharp) Method

BnetCharacterEntry() public method

public BnetCharacterEntry ( ) : System
return System
            public BnetCharacterEntry()
            {
                Index = -1;
                Name = String.Empty;
                Class= ActorClass.Invalid;
            }

Same methods

BnetCharacterIndexInfo.BnetCharacterEntry::BnetCharacterEntry ( int index, string name, ActorClass actorclass ) : System
BnetCharacterIndexInfo.BnetCharacterEntry