refactor: DebuggerDisplays For Basic Types

This commit is contained in:
2024-01-27 00:51:34 +03:00
parent b14d10db0c
commit 7b47703ba0
13 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ using Syntriax.Engine.Core.Abstract;
namespace Syntriax.Engine.Core;
[System.Diagnostics.DebuggerDisplay("Behaviour Count: {behaviours.Count()}")]
public class BehaviourController : IBehaviourController
{
public Action<IBehaviourController>? OnPreUpdate { get; set; }