port from perforce
This commit is contained in:
15
intromat/Intromat/Model/Compiler/MeshValue.cs
Normal file
15
intromat/Intromat/Model/Compiler/MeshValue.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using SharpDX.Direct3D11;
|
||||
|
||||
namespace Intromat.Model.Compiler
|
||||
{
|
||||
public class MeshValue
|
||||
{
|
||||
public MeshValue()
|
||||
{
|
||||
}
|
||||
|
||||
public MeshValue(MeshValue other)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user