Chest.OnInit C# (CSharp) Method

OnInit() public method

public OnInit ( ) : void
return void
    public override void OnInit()
    {
        MapName = "cog_f01_01";
        Type = 1126;
        Name = "Chest";
        StartX = -7834F;
        StartY = -22550F;
        StartZ = 6144F;
        Startyaw = 14040;
        SetScript(823);
        AddButton(Functions.EverydayConversation, new func(OnButton));
    }