Add editor extend properties

增加编辑器扩展的支持
pull/4/head
hevinci 2022-04-19 10:11:24 +08:00
parent 533f96361a
commit d6a2b31d5c
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("YooAsset.Editor")]
[assembly: InternalsVisibleTo("YooAsset.EditorExtend")]