Table of Contents

Class BuffArgs

Namespace
TrinketTinker.Models.AbilityArgs
Assembly
TrinketTinker.dll

Buff arguments

public sealed class BuffArgs : IArgs
Inheritance
BuffArgs
Implements
Inherited Members

Properties

BuffId

Buff Id, should match something in Data/Buffs

public string BuffId { get; set; }

Property Value

string

Methods

Validate()

Checks if the given arguments are valid, potentially modify arguments to ensure they are valid

public bool Validate()

Returns

bool

true if valid