Пример #1
0
 public ScavengerAgent()
 {
   this.m_Items = new ItemRefCollection();
   this.m_Options = ScavengerOptions.Default;
 }
Пример #2
0
 public UseOnceAgent()
 {
     this.m_Items = new ItemRefCollection();
 }