From f049177e20a276049c61edbad631c1b2bbdd5706 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 15 Oct 2020 19:05:22 +0800 Subject: -advanced inspector +odin --- .../AdvancedInspector/Interface/IDataChanged.cs | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 Assets/Plugins/AdvancedInspector/Interface/IDataChanged.cs (limited to 'Assets/Plugins/AdvancedInspector/Interface/IDataChanged.cs') diff --git a/Assets/Plugins/AdvancedInspector/Interface/IDataChanged.cs b/Assets/Plugins/AdvancedInspector/Interface/IDataChanged.cs deleted file mode 100644 index 65e93a85..00000000 --- a/Assets/Plugins/AdvancedInspector/Interface/IDataChanged.cs +++ /dev/null @@ -1,24 +0,0 @@ -using UnityEngine; -using System; -using System.Collections; - -namespace AdvancedInspector -{ - /// - /// Define an interface called when the Inspector has performed changes. - /// The event works the other way around, as a way to notify the Inspector something changed and needs to be refreshed. - /// - public interface IDataChanged - { - /// - /// Fired when the Inspector changed. - /// - void DataChanged(); - - /// - /// Should be fired internal by the object when the fields structure changed. - /// Ex.: Added an object to a list. - /// - event GenericEventHandler OnDataChanged; - } -} \ No newline at end of file -- cgit v1.1-26-g67d0