示例#1
0
 public Move(Unit unit)
 {
     sleeper   = new Sleeper();
     this.unit = unit;
 }
示例#2
0
 public DrawText()
 {
     sleeper = new Sleeper();
 }
示例#3
0
 public TargetFind()
 {
     sleeper  = new Sleeper();
     heroIcon = Drawing.GetTexture("materials/ensage_ui/miniheroes/lone_druid");
     iconSize = new Vector2(HUDInfo.GetHpBarSizeY() * 2);
 }
示例#4
0
 public DrawText()
 {
     this.sleeper = new Sleeper();
 }