Aura.Channel.Scripting.Scripts.NpcScript.GetPtjDoneCount C# (CSharp) Метод

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

Returns number of times the player has done the given PTJ type.
public GetPtjDoneCount ( PtjType type ) : int
type PtjType
Результат int
		public int GetPtjDoneCount(PtjType type)
		{
			return this.Player.Quests.GetPtjTrackRecord(type).Done;
		}