Update CommonString

This commit is contained in:
Jeremy Pritts 2023-12-09 18:02:08 -05:00
parent b126333d49
commit 3fd7bbc599
2 changed files with 4 additions and 2 deletions

View File

@ -112,7 +112,8 @@
{1121, "m_PrefabInstance"},
{1138, "m_PrefabAsset"},
{1152, "FileSize"},
{1161, "Hash128"}
{1161, "Hash128"},
{1169, "RenderingLayerMask"},
};
}
}

View File

@ -112,6 +112,7 @@ public static class CommonString
{1121, "m_PrefabInstance"},
{1138, "m_PrefabAsset"},
{1152, "FileSize"},
{1161, "Hash128"}
{1161, "Hash128"},
{1169, "RenderingLayerMask"},
};
}