mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-28 10:15:06 +08:00
0a6270bb43
Closes: #1037
9 lines
202 B
C#
9 lines
202 B
C#
using System.Collections.Generic;
|
|
|
|
namespace nadena.dev.modular_avatar.core
|
|
{
|
|
internal interface IHaveObjReferences
|
|
{
|
|
IEnumerable<AvatarObjectReference> GetObjectReferences();
|
|
}
|
|
} |