Changed class names to be more understandable. Separate some initializes from Character class to CharacterFluidSystem

This commit is contained in:
Absolutely disgusting
2026-03-14 13:00:40 +04:00
parent b781f689ac
commit fc88cf2a9c
656 changed files with 6604 additions and 6672 deletions

View File

@@ -49,7 +49,7 @@ namespace SlaveMatrix
ThisType = GetType();
}
public override Ele GetEle(double DisUnit, ModeEventDispatcher Med, )
public override Ele GetEle(double DisUnit, ModeEventDispatcher Med, BodyColorSet )
{
return new _ビキニ(DisUnit, , , Med, this);
}