Esempio n. 1
0
 public CacheInternal(String bossname)
 {
     this.bossname = bossname;
     Retrieve      = () => StyxWoW.Me;
 }
Esempio n. 2
0
 public CacheInternal(SimcraftImpl.GetUnitDelegate del, String bossname)
 {
     this.bossname = bossname;
     Retrieve      = del;
 }