Beispiel #1
0
 public CacheLineOfSight(BountyCache.BountyMapMarker bmm)
 {
     Position=bmm.Position;
     OrginCacheObjectRAGUID = bmm.GetHashCode();
     OrginMapMarker = bmm;
     IgnoringCacheCheck = true;
 }