mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-19 02:24:35 +08:00
8 lines
165 B
C#
8 lines
165 B
C#
namespace DCFApixels.DragonECS.Unity.Editors
|
|
{
|
|
public abstract class EntityEditorBlockDrawer
|
|
{
|
|
public abstract void Draw(entlong entity);
|
|
}
|
|
}
|