Fix missing xml comment

This commit is contained in:
Wojtek Figat
2025-05-30 00:39:20 +02:00
parent 9ba1c4c338
commit e00f552baf

View File

@@ -14,6 +14,7 @@ namespace FlaxEditor.Content.Create
/// <seealso cref="FlaxEditor.Content.Create.CreateFileEntry" />
public class PrefabCreateEntry : CreateFileEntry
{
/// <inheritdoc />
public override bool CanBeCreated => _options.RootActorType != null;
/// <summary>