mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-06 14:45:06 +08:00
9 lines
161 B
C#
9 lines
161 B
C#
using UnityEngine;
|
|
|
|
namespace nadena.dev.modular_avatar.core
|
|
{
|
|
[PreferBinarySerialization]
|
|
public class MAAssetBundle : ScriptableObject
|
|
{
|
|
}
|
|
} |