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