10 rivejä
143 B
C#
10 rivejä
143 B
C#
namespace Unity.PlasticSCM.Editor.UI
|
|
{
|
|
internal enum ResponseType
|
|
{
|
|
None,
|
|
Ok,
|
|
Cancel,
|
|
Apply
|
|
}
|
|
}
|