Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
10
Assets/Scripts/Events/FireWeaponEvent.cs
Normal file
10
Assets/Scripts/Events/FireWeaponEvent.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Events
|
||||
{
|
||||
public struct FireWeaponEvent : IEventComponentData
|
||||
{
|
||||
public LayerMask LayerMask;
|
||||
public float ScreenShake;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue