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