예제 #1
0
파일: NPC.cs 프로젝트: WsScode/Scode
 public NPCData GetData(int id)
 {
     return(m_NPCInfo.GetNPCInfoByID(id));
 }