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