Skip to content

Commit 5134dbf

Browse files
author
Justin
committed
Some code cleanup.
1 parent 3f7984c commit 5134dbf

37 files changed

+187
-116
lines changed

SourceSchemaParser/AutoMapperConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using AutoMapper;
2-
using SourceSchemaParser.Dota2;
2+
using SourceSchemaParser.DOTA2;
33
using Steam.Models.DOTA2;
44
using Steam.Models.GameEconomy;
55
using System;

SourceSchemaParser/Dota2/DotaAbilitySchemaItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using SourceSchemaParser.JsonConverters;
44
using System.Collections.Generic;
55

6-
namespace SourceSchemaParser.Dota2
6+
namespace SourceSchemaParser.DOTA2
77
{
88
internal class DotaAbilitySchemaItem
99
{

SourceSchemaParser/Dota2/DotaAbilitySpecialSchemaItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace SourceSchemaParser.Dota2
1+
namespace SourceSchemaParser.DOTA2
22
{
33
internal class DotaAbilitySpecialSchemaItem
44
{

SourceSchemaParser/Dota2/DotaHeroSchemaItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Newtonsoft.Json;
22
using SourceSchemaParser.JsonConverters;
33

4-
namespace SourceSchemaParser.Dota2
4+
namespace SourceSchemaParser.DOTA2
55
{
66
internal class DotaHeroSchemaItem
77
{

SourceSchemaParser/Dota2/DotaItemAbilitySchemaItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using SourceSchemaParser.JsonConverters;
44
using System.Collections.Generic;
55

6-
namespace SourceSchemaParser.Dota2
6+
namespace SourceSchemaParser.DOTA2
77
{
88
internal class DotaItemAbilitySchemaItem
99
{

SourceSchemaParser/Dota2/DotaItemBuildGroupSchemaItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Collections.Generic;
22

3-
namespace SourceSchemaParser.Dota2
3+
namespace SourceSchemaParser.DOTA2
44
{
55
internal class DotaItemBuildGroupSchemaItem
66
{

SourceSchemaParser/Dota2/DotaItemBuildSchemaItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using SourceSchemaParser.JsonConverters;
33
using System.Collections.Generic;
44

5-
namespace SourceSchemaParser.Dota2
5+
namespace SourceSchemaParser.DOTA2
66
{
77
internal class DotaItemBuildSchemaItem
88
{

SourceSchemaParser/Dota2/DotaLeague.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22

3-
namespace SourceSchemaParser.Dota2
3+
namespace SourceSchemaParser.DOTA2
44
{
55
internal class DotaLeague
66
{

SourceSchemaParser/Dota2/DotaSchema.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using SourceSchemaParser.JsonConverters;
33
using System.Collections.Generic;
44

5-
namespace SourceSchemaParser.Dota2
5+
namespace SourceSchemaParser.DOTA2
66
{
77
internal class DotaSchema
88
{

SourceSchemaParser/Dota2/DotaSchemaContainer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Newtonsoft.Json;
22

3-
namespace SourceSchemaParser.Dota2
3+
namespace SourceSchemaParser.DOTA2
44
{
55
internal class DotaSchemaContainer
66
{

0 commit comments

Comments
 (0)