You're breathtaking!
This commit is contained in:
11
Source/Engine/Platform/SettingsBase.cs
Normal file
11
Source/Engine/Platform/SettingsBase.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
namespace FlaxEditor.Content.Settings
|
||||
{
|
||||
/// <summary>
|
||||
/// The base class for all the settings assets.
|
||||
/// </summary>
|
||||
public abstract class SettingsBase
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user