internal RunebookInfoCollectionEnumerator(RunebookInfoCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }
Exemplo n.º 2
0
 public TravelAgent()
 {
     this.m_Runebooks = new RunebookInfoCollection();
 }