mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
remove useless const
This commit is contained in:
parent
da92392f3d
commit
2ab8fc695b
@ -1,7 +0,0 @@
|
|||||||
namespace DCFApixels.DragonECS
|
|
||||||
{
|
|
||||||
public static class EcsUnityConsts
|
|
||||||
{
|
|
||||||
public const string INFO_MARK = "[D]";
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: b33e303fef8298b4db42987fe9b94e45
|
|
||||||
MonoImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences: []
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {instanceID: 0}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
@ -54,7 +54,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
|
|
||||||
if (string.IsNullOrEmpty(description) == false)
|
if (string.IsNullOrEmpty(description) == false)
|
||||||
{
|
{
|
||||||
name = $"{name} {EcsUnityConsts.INFO_MARK}";
|
name = $"{name} [i]";
|
||||||
}
|
}
|
||||||
_genericMenu.AddItem(new GUIContent(name, description), false, OnAddComponent, dummy);
|
_genericMenu.AddItem(new GUIContent(name, description), false, OnAddComponent, dummy);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user