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