Alf_f01_t.EliasRasch.OnInit C# (CSharp) Method

OnInit() public method

public OnInit ( ) : void
return void
        public override void OnInit()
        {
            MapName = "Alf_f01_t";
            Type = 1308;
            Name = "Elias Rasch";
            StartX = 2723F;
            StartY = 419F;
            StartZ = 7560;
            Startyaw = -55032;
            SetScript(823);
            AddButton(Functions.EverydayConversation, new func(OnButton));
        }