9 lines
No EOL
138 B
C#
9 lines
No EOL
138 B
C#
using Unity.Entities;
|
|
|
|
namespace Events
|
|
{
|
|
public struct FireGrenadeEvent : IEventComponentData
|
|
{
|
|
public Hash128 GrenadePrefab;
|
|
}
|
|
} |