Skip to content

Commit 7538db1

Browse files
committed
Fix Namespace
1 parent cdefe94 commit 7538db1

File tree

10 files changed

+4
-28
lines changed

10 files changed

+4
-28
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/ScriptBloxAPI/v17/.suo

59.5 KB
Binary file not shown.

DataTypes/CommentObject.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace ScriptBloxAPI.DataTypes
1+
namespace ScriptBloxAPI.DataTypes
82
{
93
public class CommentObject
104
{

DataTypes/GameObject.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace ScriptBloxAPI
1+
namespace ScriptBloxAPI.DataTypes
82
{
93
public class GameObject
104
{

DataTypes/ScriptObject.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Globalization;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
73

8-
namespace ScriptBloxAPI
4+
namespace ScriptBloxAPI.DataTypes
95
{
106
public class Script
117
{

DataTypes/UserObject.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
62

73
namespace ScriptBloxAPI.DataTypes
84
{

Methods/Scripts.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
using Newtonsoft.Json.Linq;
2-
using System;
2+
using ScriptBloxAPI.DataTypes;
33
using System.Collections.Generic;
4-
using System.Linq;
5-
using System.Net.Http;
6-
using System.Text;
7-
using System.Threading.Tasks;
84

95
namespace ScriptBloxAPI.Methods
106
{

0 commit comments

Comments
 (0)