Material logic was changed
This commit is contained in:
17
StructureHelperLogics/Models/Materials/IMaterialLogic.cs
Normal file
17
StructureHelperLogics/Models/Materials/IMaterialLogic.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using LoaderCalculator.Data.Materials;
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.Models.Materials
|
||||
{
|
||||
public interface IMaterialLogic
|
||||
{
|
||||
string Name { get; set; }
|
||||
IMaterialLogicOptions Options { get; set; }
|
||||
IMaterial GetLoaderMaterial();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user