10 lines
No EOL
160 B
C#
10 lines
No EOL
160 B
C#
using UnityEngine;
|
|
|
|
namespace Events
|
|
{
|
|
public struct FireWeaponEvent : IEventComponentData
|
|
{
|
|
public LayerMask LayerMask;
|
|
public float ScreenShake;
|
|
}
|
|
} |