Variable PluginState.custom

Custom state data stored by the plugin

Declaration

class PluginState
{
  // ...
  std.variant.VariantN!(32L)[string] custom;
  // ...
}