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