From f049177e20a276049c61edbad631c1b2bbdd5706 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 15 Oct 2020 19:05:22 +0800 Subject: -advanced inspector +odin --- Assets/Plugins/AdvancedInspector/Interface/ICopy.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Assets/Plugins/AdvancedInspector/Interface/ICopy.cs (limited to 'Assets/Plugins/AdvancedInspector/Interface/ICopy.cs') diff --git a/Assets/Plugins/AdvancedInspector/Interface/ICopy.cs b/Assets/Plugins/AdvancedInspector/Interface/ICopy.cs deleted file mode 100644 index d3584276..00000000 --- a/Assets/Plugins/AdvancedInspector/Interface/ICopy.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace AdvancedInspector -{ - /// - /// Give an object the power to handle it's own copying over an target destination. - /// - public interface ICopy - { - /// - /// Should return a copy of itself. The overriden destination object is passed in case important fields are not to be replaced. - /// - object Copy(object destination); - } -} -- cgit v1.1-26-g67d0