aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Cardinals.cs
blob: 692389a7f226d36529d3b7e6d2b7f99dc1df8a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Region.Framework.Scenes
{
    public enum Cardinals
    {
        N = 1, NE, E, SE, S, SW, W, NW
    }
}