コード例 #1
0
 public void AddNpcAction(UInt16 stationIndex, NpcAction npcAction)
 {
     m_stationMgr.AddNpcAction(stationIndex, npcAction);
 }