Alf_f01_t.AstorEim.OnInit C# (CSharp) 메소드

OnInit() 공개 메소드

public OnInit ( ) : void
리턴 void
        public override void OnInit()
        {
            MapName = "Alf_f01_t";
            Type = 1101;
            Name = "AstorEim";
            StartX = 10300F;
            StartY = 2336F;
            StartZ = 7591;
            Startyaw = -124152;
            SetScript(823);
            AddButton(Functions.EverydayConversation, new func(OnButton));
        }