namespace Syntriax.Engine.Core.Abstract; /// /// Indicates the class implementing it has Assignable fields that are necessary for the engine to work properly. /// public interface IAssignable { }