mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
separate EcsConst defs block to EcsDefines
This commit is contained in:
parent
002894ce9c
commit
131bb03451
@ -1,6 +1,6 @@
|
|||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
{
|
{
|
||||||
public class EcsConsts
|
public static class EcsConsts
|
||||||
{
|
{
|
||||||
public const string AUTHOR = "DCFApixels";
|
public const string AUTHOR = "DCFApixels";
|
||||||
public const string FRAMEWORK_NAME = "DragonECS";
|
public const string FRAMEWORK_NAME = "DragonECS";
|
||||||
@ -33,9 +33,10 @@
|
|||||||
|
|
||||||
public const string COMPONENTS_GROUP = "Components";
|
public const string COMPONENTS_GROUP = "Components";
|
||||||
public const string SYSTEMS_GROUP = "Systems";
|
public const string SYSTEMS_GROUP = "Systems";
|
||||||
|
}
|
||||||
|
|
||||||
/// defs
|
public static class EcsDefines
|
||||||
|
{
|
||||||
public const bool DISABLE_POOLS_EVENTS =
|
public const bool DISABLE_POOLS_EVENTS =
|
||||||
#if DISABLE_POOLS_EVENTS
|
#if DISABLE_POOLS_EVENTS
|
||||||
true;
|
true;
|
||||||
|
Loading…
Reference in New Issue
Block a user