mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
7 lines
132 B
C#
7 lines
132 B
C#
namespace Cosmos.VS.ProjectSystem
|
|
{
|
|
internal static class Order
|
|
{
|
|
public const int OverrideManaged = 50;
|
|
}
|
|
}
|