Col => Color Helper

Def => Racial definitions
This commit is contained in:
2026-06-14 00:35:48 +02:00
parent 0261ced533
commit a4b6772b21
291 changed files with 14741 additions and 14741 deletions

View File

@@ -18,13 +18,13 @@ namespace SlaveMatrix
public void SetRandom()
{
Col.GetRandomClothesColor(out );
ColorHelper.GetRandomClothesColor(out );
SetColor2();
}
public void SetColor2()
{
Col.GetMetal(ref , out );
ColorHelper.GetMetal(ref , out );
}
}
}