Edition of primitives is changed
This commit is contained in:
14
Infrastructure/Strings/ErrorStrings.cs
Normal file
14
Infrastructure/Strings/ErrorStrings.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelper.Infrastructure.Strings
|
||||
{
|
||||
internal static class ErrorStrings
|
||||
{
|
||||
public static string ObjectTypeIsUnknown => "#0001: Object type is unknown";
|
||||
public static string MaterialTypeIsUnknown => "#0002: Material type is unknown";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user