Skip to content

Commit dbd898c

Browse files
author
Baptiste SUZON
committed
fix: changed editor namespace
1 parent 3b96cb0 commit dbd898c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Editor/UtilitySystemDataEditor.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using System.Net.Mime;
54
using UnityEditor;
65
using UnityEngine;
7-
using UtilitySystemPackage;
86

9-
namespace UtilitySystem.Editor
7+
namespace UtilitySystemPackage
108
{
119
[CustomEditor(typeof(UtilitySystemData))]
1210
public class UtilitySystemDataEditor : UnityEditor.Editor

0 commit comments

Comments
 (0)