fix: file & type name mismatches fixed
This commit is contained in:
@@ -8,7 +8,7 @@ using YamlDotNet.Serialization;
|
||||
|
||||
namespace Engine.Serializers.Yaml;
|
||||
|
||||
public class QuaternionConverter : EngineTypeYamlSerializerBase<Quaternion>
|
||||
public class QuaternionConverter : EngineTypeYamlConverterBase<Quaternion>
|
||||
{
|
||||
private static readonly int SUBSTRING_START_LENGTH = nameof(Quaternion).Length + 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user