예제 #1
0
파일: notes.php 프로젝트: kimblemj/server
 function getAllTagsInGame($gameId)
 {
     $tags = Notes::getGameTags($gameId);
     return new returnData(0, $tags);
 }