Table of Contents

Class BuffData

Namespace
RisingV.GameData.Data
Assembly
RisingV.Core.dll
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

CombatStart bool
CombatEnd bool
AddingBloodBuff bool
NewPlayer bool

Properties

AddingBloodBuff

public bool AddingBloodBuff { get; init; }

Property Value

bool

CombatEnd

public bool CombatEnd { get; init; }

Property Value

bool

CombatStart

public bool CombatStart { get; init; }

Property Value

bool

NewPlayer

public bool NewPlayer { get; init; }

Property Value

bool