mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-02-11 16:22:46 +08:00
9 lines
254 B
C#
9 lines
254 B
C#
#region
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
#endregion
|
|
|
|
[assembly: InternalsVisibleTo("net.fushizen.xdress")]
|
|
[assembly: InternalsVisibleTo("net.fushizen.xdress.editor")]
|
|
[assembly: InternalsVisibleTo("nadena.dev.modular-avatar.harmony-patches")] |