15 lines
282 B
C#
Raw Normal View History

2026-05-07 10:14:44 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Wing.Gizmos
{
class Settings
{
public static string GizmosLayerName = "Gizmos";
public static string NavLayerName = "Nav";
}
}