6
2026-01-24 12:49:55 +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 {}