Example #1
0
File: NPC.cs Project: WsScode/Scode
 public NPCData GetData(int id)
 {
     return(m_NPCInfo.GetNPCInfoByID(id));
 }