2D-Platformer/Assets/Scripts/Events/OverEvent.cs
2022-02-12 12:53:50 +02:00

6 lines
No EOL
76 B
C#

namespace Events
{
public struct OverEvent : IEventComponentData
{
}
}