Files

9 lines
94 B
C#
Raw Permalink Normal View History

namespace XCEngine
{
public enum Space
{
Self = 0,
World = 1,
}
}