改图层

This commit is contained in:
2025-09-07 14:03:17 +08:00
parent f2af6b526b
commit e996fedfee
3 changed files with 120 additions and 26 deletions

View File

@@ -136,7 +136,7 @@
void RecursiveAttributeCheck(Type type, Traverse instance, string debug)
{
if (type == typeof(ThingDef_AlienRace))
return;
return;
try
{
debug += ".";