Skip to content

Commit 6f418df

Browse files
committed
Changed namespace naming to avoid same namespace as class name
1 parent 0705cd6 commit 6f418df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Assets/EditorCoroutines/Scripts/CoroutineWindowExample.cs

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

5-
namespace EditorCoroutines
5+
namespace marijnz.EditorCoroutines
66
{
77
public class CoroutineWindowExample : EditorWindow
88
{

Assets/EditorCoroutines/Scripts/EditorCoroutineExtensions.cs

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

4-
namespace EditorCoroutines
4+
namespace marijnz.EditorCoroutines
55
{
66
public static class EditorCoroutineExtensions
77
{

Assets/EditorCoroutines/Scripts/EditorCoroutines.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System;
66
using System.Reflection;
77

8-
namespace EditorCoroutines
8+
namespace marijnz.EditorCoroutines
99
{
1010
public class EditorCoroutines
1111
{

0 commit comments

Comments
 (0)