Skip to content

Commit 6582e4e

Browse files
committed
fix namespaces for Events
1 parent 8ffe52d commit 6582e4e

File tree

204 files changed

+245
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+245
-233
lines changed

Framework/Intersect.Framework.Core/Attributes/RelatedVariableTypeAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Attributes;
45

Framework/Intersect.Framework.Core/Descriptors/GameObjectType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using Intersect.Extensions;
22
using Intersect.Framework.Core.GameObjects.Crafting;
3+
using Intersect.Framework.Core.GameObjects.Events;
34
using Intersect.Framework.Core.GameObjects.Variables;
45
using Intersect.GameObjects;
5-
using Intersect.GameObjects.Events;
66
using Intersect.GameObjects.Maps;
77

88
namespace Intersect.Enums;

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/AccessIsCondition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/BooleanVariableComparison.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/HasFreeInventorySlots.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/HasItemCondition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/IntegerVariableComparison.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/LevelOrStatCondition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/StringVariableComparison.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

Framework/Intersect.Framework.Core/GameObjects/Conditions/ConditionMetadata/VariableIsCondition.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Intersect.Enums;
2+
using Intersect.Framework.Core.GameObjects.Events;
23

34
namespace Intersect.Framework.Core.GameObjects.Conditions.ConditionMetadata;
45

0 commit comments

Comments
 (0)