Image attachment tracking system, adjustable pins
This commit is contained in:
6
projects/nat-archive-tool/src/nat/components/Images.hx
Normal file
6
projects/nat-archive-tool/src/nat/components/Images.hx
Normal file
@@ -0,0 +1,6 @@
|
||||
package nat.components;
|
||||
|
||||
typedef Images = {
|
||||
imageFiles:Array<FileRef>,
|
||||
pinnedImageIndex:Int
|
||||
};
|
||||
Reference in New Issue
Block a user