8 lines
184 B
C#
8 lines
184 B
C#
namespace Syntriax.Engine.Core;
|
|
|
|
internal static class Constants
|
|
{
|
|
internal static int BEHAVIOURS_SIZE_INITIAL = 16;
|
|
internal static int UNIVERSE_OBJECTS_SIZE_INITIAL = 256;
|
|
}
|