Files
MonoGame.Extended/Source/MonoGame.Extended.Entities/Legacy/EntityComponentDelegate.cs
T

4 lines
130 B
C#

namespace MonoGame.Extended.Entities.Legacy
{
public delegate void EntityComponentDelegate(Entity entity, object component);
}