Exemple #1
0
 static void ShowNPCName(int npcID)
 {
     if (NPCs.ContainsKey(npcID))
     {
         NPCs[npcID].save.Set("show_name", true, true);
     }
 }