StatsDatabaseV2.resistances
public static List<GDTKEffectResistance> resistances { get; }Description#
List of all Status Effect Resistances
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatsDatabaseV2 target) { System.Collections.Generic.List<GDTKEffectResistance> result = target.resistances; } }