aboutsummaryrefslogtreecommitdiff
path: root/V3/Objects/BuildingState.cs
blob: 79c621eafb61b29d1ed736f656f344342158f803 (plain)
1
2
3
4
5
6
7
8
// ReSharper disable InconsistentNaming
namespace V3.Objects
{
    public enum BuildingFace
    {
        SW, NO
    }
}