Skip to content

Commit

Permalink
Move Construct & DeCon to Operation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Mar 20, 2024
1 parent 7cae88e commit 9990228
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Tunny.Component.Params;
using Tunny.Resources;

namespace Tunny.Component.Util
namespace Tunny.Component.Operation
{
public class ConstructFishAttribute : GH_Component, IGH_VariableParameterComponent
{
Expand All @@ -23,7 +23,7 @@ private const string AttrDescription
public ConstructFishAttribute()
: base("Construct Fish Attribute", "ConstrFA",
"Construct Fish Attribute.",
"Tunny", "Util")
"Tunny", "Operation")
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using Tunny.Type;
using Tunny.Util;

namespace Tunny.Component.Util
namespace Tunny.Component.Operation
{
public partial class ConstructFishEgg : GH_Component
{
Expand All @@ -19,7 +19,7 @@ public partial class ConstructFishEgg : GH_Component
public ConstructFishEgg()
: base("Construct Fish Egg", "ConstrFEgg",
"You can specify the initial individual that Tunny will run. Try your golden egg!",
"Tunny", "Util")
"Tunny", "Operation")
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Grasshopper.GUI.Canvas;
using Grasshopper.Kernel;

namespace Tunny.Component.Util
namespace Tunny.Component.Operation
{
public partial class ConstructFishEgg
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using Tunny.Resources;
using Tunny.Type;

namespace Tunny.Component.Util
namespace Tunny.Component.Operation
{
public class DeconstructFish : GH_Component
{
Expand All @@ -19,7 +19,7 @@ public class DeconstructFish : GH_Component
public DeconstructFish()
: base("Deconstruct Fish", "DeconF",
"Deconstruct Fish.",
"Tunny", "Util")
"Tunny", "Operation")
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using Tunny.Type;
using Tunny.Util;

namespace Tunny.Component.Util
namespace Tunny.Component.Operation
{
public class DeconstructFishAttribute : GH_Component, IGH_VariableParameterComponent
{
Expand All @@ -26,7 +26,7 @@ public class DeconstructFishAttribute : GH_Component, IGH_VariableParameterCompo
public DeconstructFishAttribute()
: base("Deconstruct Fish Attribute", "DeconFA",
"Deconstruct Fish Attribute.",
"Tunny", "Util")
"Tunny", "Operation")
{
}

Expand Down

0 comments on commit 9990228

Please sign in to comment.