port from perforce
This commit is contained in:
12
intromat/Intromat/Nodes/Textures/DxTextureModelBase.cs
Normal file
12
intromat/Intromat/Nodes/Textures/DxTextureModelBase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Intromat.Nodes.Code;
|
||||
using Intromat.PersistentModel;
|
||||
|
||||
namespace Intromat.Nodes.Textures
|
||||
{
|
||||
public abstract class DxTextureModelBase : NodeModelBase
|
||||
{
|
||||
public IntLiteralModel Width { get; set; } = null!;
|
||||
|
||||
public IntLiteralModel Height { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user