mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
9 lines
154 B
C#
9 lines
154 B
C#
|
using UnityEngine;
|
|||
|
|
|||
|
namespace nadena.dev.modular_avatar.core
|
|||
|
{
|
|||
|
[PreferBinarySerialization]
|
|||
|
class MAAssetBundle : ScriptableObject
|
|||
|
{
|
|||
|
}
|
|||
|
}
|