14 lines
297 B
C#
14 lines
297 B
C#
namespace Phares.Shared.Models.Stateless;
|
|
|
|
public interface IMapLogic
|
|
{ // ...
|
|
|
|
const int CopyNotMappedFaces = 5;
|
|
const int ForceSingleImage = 3;
|
|
const int Individually = 6;
|
|
const int ManualCopy = 4;
|
|
const int Mapping = 1;
|
|
const int Sigma = 3;
|
|
const int Sorting = 2;
|
|
|
|
} |