mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
7 lines
112 B
C#
7 lines
112 B
C#
using System;
|
|
|
|
namespace DCFApixels.DragonECS
|
|
{
|
|
public abstract class EcsMetaAttribute : Attribute { }
|
|
}
|