Exemplo n.º 1
0
 protected Fighter()
 {
     CastsHistory = new SpellCastHistory(this);
 }
Exemplo n.º 2
0
 protected Fighter()
 {
   CastsHistory = new SpellCastHistory(this);
   m_readOnlySummons = new ReadOnlyObservableCollectionMT<Fighter>(m_summons);
 }