ARKBreedingStats.StatWeighting.StatWeighting C# (CSharp) Метод

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

public StatWeighting ( ) : System
Результат System
        public StatWeighting()
        {
            InitializeComponent();
            ToolTip tt = new ToolTip();
            tt.SetToolTip(groupBox1, "Increase the weights for stats that are more important to you to be high in the offspring.\nRightclick for Presets.");
        }