9 lines
No EOL
126 B
C#
9 lines
No EOL
126 B
C#
using DefaultNamespace;
|
|
|
|
namespace Events
|
|
{
|
|
public struct ReloadEvent : IEventComponentData
|
|
{
|
|
public bool1 Cancel;
|
|
}
|
|
} |