Format code
This commit is contained in:
@@ -18,7 +18,7 @@ namespace FlaxEditor.Content
|
||||
: base(path)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public override SpriteHandle DefaultThumbnail => Editor.Instance.Icons.CSharpScript128;
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ namespace FlaxEditor.Content
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Determines whether this proxy can create items in the specified target location.
|
||||
/// </summary>
|
||||
|
||||
@@ -74,7 +74,7 @@ namespace FlaxEditor.Content
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void Create(string outputPath, object arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user