File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Framework/Intersect.Framework.Core/GameObjects Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11using Newtonsoft . Json ;
22
3- namespace Intersect . GameObjects ;
3+ namespace Intersect . Framework . Core . GameObjects . Items ;
44
55public partial class Drop
66{
Original file line number Diff line number Diff line change 44
55// ReSharper disable InconsistentNaming
66
7- namespace Intersect . GameObjects ;
7+ namespace Intersect . Framework . Core . GameObjects . Items ;
88
99public partial class EquipmentProperties
1010{
Original file line number Diff line number Diff line change 11using System . ComponentModel . DataAnnotations ;
22using System . ComponentModel . DataAnnotations . Schema ;
33using Intersect . Enums ;
4- using Intersect . Framework . Core . GameObjects . Items ;
54using Intersect . GameObjects . Ranges ;
65
7- namespace Intersect . GameObjects ;
6+ namespace Intersect . Framework . Core . GameObjects . Items ;
87
98public partial class EquipmentProperties
109{
Original file line number Diff line number Diff line change 22using Intersect . Enums ;
33using Intersect . Framework . Core . GameObjects . Conditions ;
44using Intersect . Framework . Core . GameObjects . Events ;
5+ using Intersect . Framework . Core . GameObjects . Items ;
56using Intersect . GameObjects ;
67using Intersect . Models ;
78using Intersect . Utilities ;
Original file line number Diff line number Diff line change 11using System . ComponentModel . DataAnnotations . Schema ;
22using Intersect . Framework . Core . GameObjects . Conditions ;
33using Intersect . Framework . Core . GameObjects . Events ;
4+ using Intersect . Framework . Core . GameObjects . Items ;
45using Intersect . GameObjects ;
56using Intersect . Models ;
67using Newtonsoft . Json ;
You can’t perform that action at this time.
0 commit comments