Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Removed all references to old domain
Browse files Browse the repository at this point in the history
  • Loading branch information
bigibas123 committed Mar 30, 2024
1 parent 8b70ca2 commit 28804e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Editor/VrcfReorderedPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
using System.Reflection;
using System.Linq;
using nadena.dev.ndmf;
using tk.dingemans.bigibas123.NdmfVrcfReorder;
using cc.dingemans.bigibas123.NdmfVrcfReorder;
using VF;
using VF.Builder;
using VF.Builder.Exceptions;
using Debug = UnityEngine.Debug;

[assembly: ExportsPlugin(typeof(VrcfReorderedPlugin))]

namespace tk.dingemans.bigibas123.NdmfVrcfReorder
namespace cc.dingemans.bigibas123.NdmfVrcfReorder
{
public class VrcfReorderedPlugin : Plugin<VrcfReorderedPlugin>
{
public override string QualifiedName => "tk.dingemans.bigibas123.NdmfVrcfReorder.VrcfReorderedPlugin";
public override string QualifiedName => "cc.dingemans.bigibas123.NdmfVrcfReorder.VrcfReorderedPlugin";
public override string DisplayName => "VRCFury Reordered";

private static readonly string TAG = "[VrcfReordered]";
Expand Down
2 changes: 1 addition & 1 deletion Editor/VrcfReorderedVrcfRemover.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using UnityEngine;
using VRC.SDKBase.Editor;

namespace tk.dingemans.bigibas123.NdmfVrcfReorder
namespace cc.dingemans.bigibas123.NdmfVrcfReorder
{
public class VrcfReorderedVrcfRemover
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tk.dingemans.bigibas123.NdmfVrcfReorder",
"name": "cc.dingemans.bigibas123.NdmfVrcfReorder",
"references": [
"nadena.dev.ndmf",
"VRCFury-Editor",
Expand Down

0 comments on commit 28804e6

Please sign in to comment.