Ejemplo n.º 1
0
 public List <Character> AllPublicActors()
 {
     // Will have to filter out non-public actors
     return(_data.GetActors());
 }