Aura.Channel.Scripting.Scripts.DungeonScript.OnSectionCleared C# (CSharp) 메소드

OnSectionCleared() 공개 메소드

Called when all puzzles of a section have been solved.
public OnSectionCleared ( Dungeon dungeon, int floor, int section ) : void
dungeon Aura.Channel.World.Dungeons.Dungeon
floor int The floor, starting at 1 (lobby is ignored).
section int The section, starting at 1.
리턴 void
		public virtual void OnSectionCleared(Dungeon dungeon, int floor, int section)
		{
		}