using System.Collections.Generic; namespace YooAsset.Editor { public class MacroDefine { /// /// YooAsset版本宏定义 /// public static readonly List Macros = new List() { "YOO_ASSET_2", "YOO_ASSET_2_3", "YOO_ASSET_2_3_OR_NEWER", }; } }