Class BuffData
public record BuffData : IEquatable<BuffData>
- Inheritance
-
BuffData
- Implements
- Inherited Members
- Extension Methods
Constructors
BuffData(PrefabGUID)
public BuffData(PrefabGUID prefabGuid)
Parameters
prefabGuid
PrefabGUID
BuffData(bool, bool, bool, bool)
public BuffData(bool CombatStart = false, bool CombatEnd = false, bool AddingBloodBuff = false, bool NewPlayer = false)
Parameters
Properties
AddingBloodBuff
public bool AddingBloodBuff { get; init; }
Property Value
CombatEnd
public bool CombatEnd { get; init; }
Property Value
CombatStart
public bool CombatStart { get; init; }
Property Value
NewPlayer
public bool NewPlayer { get; init; }