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