6
2025-12-18 02:55:17 +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 {}