Пример #1
0
 public KillObjectiveInstance(KillObjective objective, MLQuestInstance instance)
     : base(instance, objective)
 {
     m_Objective = objective;
     m_Slain     = 0;
 }
Пример #2
0
		public KillObjectiveInstance( KillObjective objective, MLQuestInstance instance )
			: base( instance, objective )
		{
			m_Objective = objective;
			m_Slain = 0;
		}