Example #1
0
 public abstract T Create <T>(ILootContentFactory <T> factory);
Example #2
0
 public override T Create <T>(ILootContentFactory <T> factory)
 {
     return(factory.Create(this));
 }