添加缺失插件
This commit is contained in:
10
Assets/Asset Usage Finder/Editor/Styles/ContentStylePair.cs
Normal file
10
Assets/Asset Usage Finder/Editor/Styles/ContentStylePair.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace AssetUsageFinder.Styles {
|
||||
[Serializable]
|
||||
class ContentStylePair {
|
||||
public GUIContent Content = new GUIContent();
|
||||
public GUIStyle Style = new GUIStyle();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user