コード例 #1
0
ファイル: ShadowCasting.cs プロジェクト: alex-fomin/Game
 protected bool Equals(PointWithDistance other)
 {
     return(Equals(Point, other.Point));
 }
コード例 #2
0
ファイル: ShadowCasting.cs プロジェクト: norniel/Game
 protected bool Equals(PointWithDistance other)
 {
     return Equals(Point, other.Point);
 }