コード例 #1
0
ファイル: Move.cs プロジェクト: KokoRyougi/EnsageSharp
 public Move(Unit unit)
 {
     sleeper   = new Sleeper();
     this.unit = unit;
 }
コード例 #2
0
ファイル: DrawText.cs プロジェクト: KokoRyougi/EnsageSharp
 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
ファイル: DrawText.cs プロジェクト: Moones/EnsageSharp-5
 public DrawText()
 {
     this.sleeper = new Sleeper();
 }