Protfolio-Emanuel-Polsky / Assets / _Project / Code / PathFinding / Global.cs
Global.cs
Raw
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace GarmentButton.PathFinding
{
    public static class Global
    {
        public const float ElementSize = 0.5f; 
    }
}