linting
removed some dead code and fixed a few bugs i introduced
This commit is contained in:
@@ -15,24 +15,12 @@ namespace _2DGAMELIB
|
||||
|
||||
public List<Color> TextColors = new List<Color>();
|
||||
|
||||
public But1(Par Par, Action<But> Action)
|
||||
: base(Par, Action)
|
||||
{
|
||||
Setting();
|
||||
}
|
||||
|
||||
public But1(ParT ParT, Action<But> Action)
|
||||
: base(ParT, Action)
|
||||
{
|
||||
Setting();
|
||||
}
|
||||
|
||||
public But1(Pars Pars, Action<But> Action)
|
||||
: base(Pars, Action)
|
||||
{
|
||||
Setting();
|
||||
}
|
||||
|
||||
private void Setting()
|
||||
{
|
||||
foreach (Par item in pars.EnumAllPar())
|
||||
|
||||
Reference in New Issue
Block a user