using System.Collections; using System.Collections.Generic; using UnityEngine; namespace GarmentButton.PathFinding { public static class Global { public const float ElementSize = 0.5f; } }