mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
8 lines
78 B
C#
8 lines
78 B
C#
|
|
namespace DCFApixels.DragonECS
|
|
{
|
|
public struct EnemyTag
|
|
{
|
|
}
|
|
}
|