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