Aura.Channel.Scripting.Scripts.GameEventScript.RemoveFishingGrounds C# (CSharp) Метод

RemoveFishingGrounds() защищенный Метод

Removes all event fishing grounds associated with this event.
protected RemoveFishingGrounds ( ) : void
Результат void
		protected void RemoveFishingGrounds()
		{
			ChannelServer.Instance.GameEventManager.GlobalBonuses.RemoveAllFishingGrounds(this.Id);
		}