IStatModifier.cs

Marker interface used to identify types that can register stat modifiers on a Player via Player.Modify. Implemented by Perk, Gun, Charm, and Gem.

/// <summary>
/// Marker interface for anything that can register stat modifiers on a Player via Player.Modify.
/// Implemented by Perk, Gun, Charm, and Gem.
/// </summary>
public interface IStatModifier { }