Aura.Channel.Scripting.Scripts.GameEventScript.RemoveFishingGrounds C# (CSharp) Method

RemoveFishingGrounds() protected method

Removes all event fishing grounds associated with this event.
protected RemoveFishingGrounds ( ) : void
return void
		protected void RemoveFishingGrounds()
		{
			ChannelServer.Instance.GameEventManager.GlobalBonuses.RemoveAllFishingGrounds(this.Id);
		}