Skip to content
Snippets Groups Projects
EnableCommand.cs 381 B
Newer Older
svatal's avatar
svatal committed
using System;
using System.Collections.Generic;

namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Animation
{
	/// <summary>
	/// Enables animation domain notifications.
	/// </summary>
	[Command(ProtocolName.Animation.Enable)]
	public class EnableCommand: ICommand<EnableCommandResponse>