Example #1
0
 /// <summary>
 /// Gets the revisting customers.
 /// </summary>
 /// <returns>The revisting customers.</returns>
 List <NPC> GetRevistingCustomers()
 {
     return(pool.GetRevisitingNPCS());
 }