Library material was added
This commit is contained in:
13
StructureHelperLogics/Models/Materials/IHelperMaterial.cs
Normal file
13
StructureHelperLogics/Models/Materials/IHelperMaterial.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using LoaderCalculator.Data.Materials;
|
||||
using StructureHelperCommon.Models.Materials;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace StructureHelperLogics.Models.Materials
|
||||
{
|
||||
public interface IHelperMaterial : ICloneable
|
||||
{
|
||||
IPrimitiveMaterial GetPrimitiveMaterial();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user