Exemplo n.º 1
0
		public Dialog()
		{
			m_Speech = new Hashtable();
			m_Choice = new Hashtable();
			m_Start = new ArrayList();
			m_Init = new ArrayList();
			m_SpeechList = new ArrayList();
			m_ChoiceList = new ArrayList();
			m_Outfit = new Outfit();
			m_Props = new NPCProps();
		}