fBaseXtensions.Game.BountyCache.BountyInfoCache.BountyInfoCache C# (CSharp) Метод

BountyInfoCache() публичный Метод

public BountyInfoCache ( ) : System
Результат System
            public BountyInfoCache()
            {
                Act = Act.Invalid;
                State = QuestState.NotStarted;
                QuestSNO = -1;
            }

Same methods

BountyCache.BountyInfoCache::BountyInfoCache ( BountyInfo b ) : System
BountyCache.BountyInfoCache::BountyInfoCache ( QuestInfo quest ) : System
BountyCache.BountyInfoCache::BountyInfoCache ( int questSNO, Act act ) : System
BountyCache.BountyInfoCache