コード例 #1
0
 void Start()
 {
   shoot_first = new Quest();
   Objective first_objective = new EliminationObjective("Hover Droid", 3);
   shoot_first.objectives.Add(first_objective);
   shoot_first.startQuest();
 }
コード例 #2
0
    void Start()
    {
        shoot_first = new Quest();
        Objective first_objective = new EliminationObjective("Hover Droid", 3);

        shoot_first.objectives.Add(first_objective);
        shoot_first.startQuest();
    }