refactor: Yaml serialization moved from Core to own project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Syntriax.Engine.Core.Serialization;
|
||||
|
||||
using YamlDotNet.Serialization;
|
||||
|
||||
namespace Syntriax.Engine.Serializers.Yaml;
|
||||
|
||||
public interface IEngineTypeYamlConverter : IYamlTypeConverter
|
||||
{
|
||||
YamlSerializer Serializer { get; set; }
|
||||
EntityRegistry EntityRegistry { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user