Beispiel #1
0
 protected Fighter()
 {
     CastsHistory = new SpellCastHistory(this);
 }
Beispiel #2
0
 protected Fighter()
 {
   CastsHistory = new SpellCastHistory(this);
   m_readOnlySummons = new ReadOnlyObservableCollectionMT<Fighter>(m_summons);
 }