Ejemplo n.º 1
0
 function getAllTagsInGame($gameId)
 {
     $tags = Notes::getGameTags($gameId);
     return new returnData(0, $tags);
 }