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.");
        }