Exemplo n.º 1
0
 public IReadOnlyList <NpcInstance> GetAll()
 {
     return(gameData.GetAllNpcInstances(session.Id));
 }