mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-19 10:34:37 +08:00
8 lines
123 B
C#
8 lines
123 B
C#
![]() |
namespace DCFApixels.DragonECS
|
|||
|
{
|
|||
|
public interface IEcsMetaProvider
|
|||
|
{
|
|||
|
object MetaSource { get; }
|
|||
|
}
|
|||
|
}
|