6 lines
206 B
C#
6 lines
206 B
C#
namespace Content.Shared.Weapons.Ranged;
|
|
|
|
/// <summary>
|
|
/// Interface that says this can be shot from a gun. Exists to facilitate hitscan OR prototype shooting.
|
|
/// </summary>
|
|
public interface IShootable {} |