11 lines
236 B
C#
11 lines
236 B
C#
#if UNITY_EDITOR
|
|
namespace O3DWB
|
|
{
|
|
public static class UndoActionNames
|
|
{
|
|
#region Public Static Properties
|
|
public static string ToolActionName { get { return "Tool Action"; } }
|
|
#endregion
|
|
}
|
|
}
|
|
#endif |