コード例 #1
0
ファイル: Skillshot.cs プロジェクト: hieuseu1/LeagueSharp-1
 public SafePathResult(bool isSafe, FoundIntersection intersection)
 {
     IsSafe = isSafe;
     Intersection = intersection;
 }
コード例 #2
0
 public SafePathResult(bool isSafe, FoundIntersection intersection)
 {
     IsSafe       = isSafe;
     Intersection = intersection;
 }