chore: Added Initial Engine Code
This commit is contained in:
10
Engine.Core/Static/Internal/Constants.cs
Normal file
10
Engine.Core/Static/Internal/Constants.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace Syntriax.Engine.Core;
|
||||
|
||||
internal static class Constants
|
||||
{
|
||||
internal static int BEHAVIOURS_SIZE_INITIAL = 16;
|
||||
internal static int GAME_OBJECTS_SIZE_INITIAL = 256;
|
||||
}
|
Reference in New Issue
Block a user