Ejemplo n.º 1
0
 // Draws the NPC to the screen
 public void draw()
 {
     sprite.draw();
     if (hasQuest)
     {
         quest.SetActive(true);
     }
 }