Declaration


public static HandlerDialogueData Get<T>();

Description


Gets a handler data to use.

Example


if (BuildHandler.Get<SemanticVersionUpdater>().Choice)
{
		// Do something...
}