Ejemplo n.º 1
0
Archivo: NPC.cs Proyecto: WsScode/Scode
 public NPCData GetData(int id)
 {
     return(m_NPCInfo.GetNPCInfoByID(id));
 }