12 lines
372 B
C#
12 lines
372 B
C#
using PkmnLib.Static.Utils;
|
|
|
|
namespace PkmnLib.Plugin.Gen7.Scripts;
|
|
|
|
public static class CustomTriggers
|
|
{
|
|
public static readonly StringKey AuroraVeilDuration = "aurora_veil_duration";
|
|
|
|
public static readonly StringKey BindNumberOfTurns = "bind_number_of_turns";
|
|
|
|
public static readonly StringKey BindPercentOfMaxHealth = "bind_percent_of_max_health";
|
|
} |