InsAsterix/InsAsterix/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/PlasticSCM/UI/ResponseType.cs
2023-03-02 20:21:33 +01:00

10 rivejä
143 B
C#

namespace Unity.PlasticSCM.Editor.UI
{
internal enum ResponseType
{
None,
Ok,
Cancel,
Apply
}
}