init project

This commit is contained in:
2026-02-16 14:02:58 +01:00
parent 0a3f464e9d
commit 9528038aaa
14854 changed files with 930822 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
using System;
using System.ComponentModel;
namespace Unity.PlasticSCM.Editor.UI
{
// Placeholder. This isn't a public API.
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("CooldownWindowDelayer is deprecated and will be removed in a future release", false)]
public class CooldownWindowDelayer
{
// Placeholder. This isn't a public API.
[EditorBrowsable(EditorBrowsableState.Never)]
public CooldownWindowDelayer(Action action, double cooldownSeconds)
{
}
// Placeholder. This isn't a public API.
[EditorBrowsable(EditorBrowsableState.Never)]
public void Ping()
{
}
// Placeholder. This isn't a public API.
[EditorBrowsable(EditorBrowsableState.Never)]
public void Pause()
{
}
// Placeholder. This isn't a public API.
[EditorBrowsable(EditorBrowsableState.Never)]
public void Resume()
{
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f97de48c25074cb98c450adbdebf0dbb
timeCreated: 1747316846