Swi -> ScreenSwitch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -2000,9 +2000,9 @@ namespace SlaveMatrix
|
||||
uint 衣装変更価格 = 10000000u;
|
||||
bool d = false;
|
||||
ButtonMap bs = new ButtonMap();
|
||||
Swi 保守sw = new Swi(Color.DarkRed);
|
||||
Swi 一般sw = new Swi(Color.DarkRed);
|
||||
Swi 娼婦sw = new Swi(Color.DarkRed);
|
||||
ScreenSwitch 保守sw = new ScreenSwitch(Color.DarkRed);
|
||||
ScreenSwitch 一般sw = new ScreenSwitch(Color.DarkRed);
|
||||
ScreenSwitch 娼婦sw = new ScreenSwitch(Color.DarkRed);
|
||||
int i = 0;
|
||||
int f = 0;
|
||||
|
||||
|
||||
@@ -101,10 +101,10 @@ namespace SlaveMatrix
|
||||
public ButtonBase SlaveStamina;
|
||||
public ButtonBase PlayerStamina;
|
||||
|
||||
private Swi 拘束具sw = new Swi(Color.OrangeRed);
|
||||
private Swi 目隠帯sw = new Swi(Color.OrangeRed);
|
||||
private Swi 玉口枷sw = new Swi(Color.OrangeRed);
|
||||
private Swi 断面sw = new Swi(Color.OrangeRed);
|
||||
private ScreenSwitch 拘束具sw = new ScreenSwitch(Color.OrangeRed);
|
||||
private ScreenSwitch 目隠帯sw = new ScreenSwitch(Color.OrangeRed);
|
||||
private ScreenSwitch 玉口枷sw = new ScreenSwitch(Color.OrangeRed);
|
||||
private ScreenSwitch 断面sw = new ScreenSwitch(Color.OrangeRed);
|
||||
|
||||
public Gau 体力sゲージ;
|
||||
public Gau 絶頂sゲージ;
|
||||
|
||||
Reference in New Issue
Block a user