Select Git revision
AlignText.cs
-
John Schihada authored
Fixed TextMeshPro-Issue with Line-Prefab AND Fixed Delete-Functionality, by Facts.find before removal
John Schihada authoredFixed TextMeshPro-Issue with Line-Prefab AND Fixed Delete-Functionality, by Facts.find before removal
EndCommandResponse.cs 326 B
using MasterDevs.ChromeDevTools;
using Newtonsoft.Json;
using System.Collections.Generic;
namespace MasterDevs.ChromeDevTools.Protocol.Chrome.Power
{
/// <summary>
/// Stop power events collection.
/// </summary>
[CommandResponse(ProtocolName.Power.End)]
[SupportedBy("Chrome")]
public class EndCommandResponse
{
}
}