namespace Unity.VisualScripting
{
///
/// Called when the application resumes.
///
[UnitCategory("Events/Application")]
public sealed class OnApplicationResume : GlobalEventUnit
{
protected override string hookName => EventHooks.OnApplicationResume;
}
}