Aura.Channel.Scripting.Scripts.DungeonScript.OnPartyEntered C# (CSharp) Метод

OnPartyEntered() публичный Метод

Called once, when the entire initial party has entered the dungeon's lobby.
public OnPartyEntered ( Dungeon dungeon, Creature creature ) : void
dungeon Aura.Channel.World.Dungeons.Dungeon
creature Aura.Channel.World.Entities.Creature The last creature that entered.
Результат void
		public virtual void OnPartyEntered(Dungeon dungeon, Creature creature)
		{
		}