6
2025-11-05 11:11:22 +03: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 {}