Skip to content

Commit

Permalink
[Parameters] Moved ParameterValueHolder to Parameters project
Browse files Browse the repository at this point in the history
  • Loading branch information
BAndysc committed Mar 16, 2021
1 parent 893d27e commit 4771256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using WDE.Common.Annotations;
using WDE.Common.Parameters;

namespace WDE.SmartScriptEditor.Models
namespace WDE.Parameters.Models
{
public class ParameterValueHolder<T> : INotifyPropertyChanged
{
Expand Down
1 change: 1 addition & 0 deletions WDE.SmartScriptEditor/Models/SmartAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using SmartFormat.Core.Formatting;
using SmartFormat.Core.Parsing;
using WDE.Common.Parameters;
using WDE.Parameters.Models;

namespace WDE.SmartScriptEditor.Models
{
Expand Down
1 change: 1 addition & 0 deletions WDE.SmartScriptEditor/Models/SmartTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using SmartFormat.Core.Formatting;
using SmartFormat.Core.Parsing;
using WDE.Common.Parameters;
using WDE.Parameters.Models;

namespace WDE.SmartScriptEditor.Models
{
Expand Down

0 comments on commit 4771256

Please sign in to comment.