linting
removed some dead code and fixed a few bugs i introduced
This commit is contained in:
@@ -18,11 +18,6 @@ namespace _2DGAMELIB
|
||||
this.OnColor = OnColor;
|
||||
}
|
||||
|
||||
public Swi(ref Color OnColor)
|
||||
{
|
||||
this.OnColor = OnColor;
|
||||
}
|
||||
|
||||
public void OnOff(But But)
|
||||
{
|
||||
But1 but = (But1)But;
|
||||
|
||||
Reference in New Issue
Block a user