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);
		}