Interface IDamageSource
Represents a damage source.
Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IDamageSource
Properties
| Improve this Doc View SourceDamageSourceName
Gets the human-readable name of the damage source.
Declaration
string DamageSourceName { get; }
Property Value
Type | Description |
---|---|
System.String |