8 lines
175 B
C#

namespace Engine.Core;
internal static class Constants
{
internal static int BEHAVIOURS_SIZE_INITIAL = 16;
internal static int UNIVERSE_OBJECTS_SIZE_INITIAL = 256;
}