// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. namespace FlaxEditor.Content.Settings { /// /// The base class for all the settings assets. /// public abstract class SettingsBase { } }