Swi -> ScreenSwitch

This commit is contained in:
2026-06-14 00:56:46 +02:00
parent 81fcaa5a71
commit 583c3cd809
3 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ using System.Drawing;
namespace _2DGAMELIB
{
public class Swi
public class ScreenSwitch
{
private bool flag;
@@ -13,7 +13,7 @@ namespace _2DGAMELIB
public bool Flag => flag;
public Swi(Color OnColor)
public ScreenSwitch(Color OnColor)
{
this.OnColor = OnColor;
}