8 lines
253 B
C#
8 lines
253 B
C#
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
|
|
namespace DungeonArchitect.Flow.Impl.GridFlow
|
|
{
|
|
public class GridFlowConstants
|
|
{
|
|
public static readonly float LayoutNodeEditorSpacing = 120.0f;
|
|
}
|
|
} |