mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 20:25:07 +08:00
dec90cb6ca
Thanks to @anatawa12 for the suggestion
9 lines
154 B
C#
9 lines
154 B
C#
using UnityEngine;
|
|
|
|
namespace nadena.dev.modular_avatar.core
|
|
{
|
|
[PreferBinarySerialization]
|
|
class MAAssetBundle : ScriptableObject
|
|
{
|
|
}
|
|
} |