6
2026-01-13 18:31:02 +02:00

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 {}