上材质,有个新gameelement在basic主题包里记得改

This commit is contained in:
2025-11-23 14:13:18 +08:00
parent 117352182b
commit bcd2c82142
24 changed files with 17258 additions and 16609 deletions

View File

@@ -68,4 +68,8 @@ namespace Ichni.Editor
public void ApplyContent();
}
public interface ICanSetLinkedBaseElement
{
public void SetLinkedBaseElement(IBaseElement baseElement, string parameterName);
}
}