Ejemplo n.º 1
0
		public ProximityBounty(Actor self, ProximityBountyInfo info)
		{
			this.Info = info;
			this.self = self;
			cachedRange = info.Range;
			cachedVRange = info.MaximumVerticalOffset;
			ticks = Info.Delay;
		}
Ejemplo n.º 2
0
 public ProximityBounty(Actor self, ProximityBountyInfo info)
 {
     this.Info    = info;
     this.self    = self;
     cachedRange  = info.Range;
     cachedVRange = info.MaximumVerticalOffset;
     ticks        = Info.Delay;
 }