예제 #1
0
 public void ObjectiveOpen(Objective obj)
 {
     if (!objectiveList.Contains(obj))
     {
         objectiveList.Add(obj);
     }
     if (obj is DirtPot)
     {
         UImanager.SetPotUIActive();
     }
 }