From 3787f2fc38f2076f0676ae776e47d11eac91fc80 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:45:55 +0800 Subject: [PATCH] Add DebugHide attribute --- src/Debug/Attributes/DebugHideAttribute.cs | 7 +++++++ src/Debug/Attributes/DebugHideAttribute.cs.meta | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 src/Debug/Attributes/DebugHideAttribute.cs create mode 100644 src/Debug/Attributes/DebugHideAttribute.cs.meta diff --git a/src/Debug/Attributes/DebugHideAttribute.cs b/src/Debug/Attributes/DebugHideAttribute.cs new file mode 100644 index 0000000..1d98e62 --- /dev/null +++ b/src/Debug/Attributes/DebugHideAttribute.cs @@ -0,0 +1,7 @@ +using System; + +namespace DCFApixels.DragonECS +{ + [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false, AllowMultiple = true)] + public sealed class DebugHideAttribute : Attribute { } +} diff --git a/src/Debug/Attributes/DebugHideAttribute.cs.meta b/src/Debug/Attributes/DebugHideAttribute.cs.meta new file mode 100644 index 0000000..3d8faf5 --- /dev/null +++ b/src/Debug/Attributes/DebugHideAttribute.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b733e9a3fe4b974478c982962d45f94f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: