REDCODE Class Renaming

This commit is contained in:
lewd_alt
2026-06-13 22:38:57 -05:00
1921 changed files with 129982 additions and 45137 deletions

View File

@@ -48,15 +48,15 @@ namespace SlaveMatrix
public BackHair0_ジグD SetRandom()
{
0 = RNG.XS.NextDouble();
1 = RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextDouble();
= RNG.XS.NextBool();
0 = Rng.XS.NextDouble();
1 = Rng.XS.NextDouble();
= Rng.XS.NextDouble();
= Rng.XS.NextDouble();
= Rng.XS.NextBool();
return this;
}
public override Ele GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
public override Element GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
{
return new BackHair0_ジグ(DisUnit, , , Med, this);
}