Exemplo n.º 1
0
 protected bool Equals(MapNpc other)
 {
     // TODO: Check instance name instead.
     return(Id == other.Id && Coord.Equals(other.Coord) && Rotation.Equals(other.Rotation));
 }
Exemplo n.º 2
0
 protected bool Equals(MapNpc other)
 {
     return(Id == other.Id && Coord.Equals(other.Coord) && Rotation.Equals(other.Rotation));
 }