implmented basic ressource exporting
This commit is contained in:
6
src/lib/exporter/Operation.hx
Normal file
6
src/lib/exporter/Operation.hx
Normal file
@@ -0,0 +1,6 @@
|
||||
package lib.exporter;
|
||||
|
||||
enum Operation {
|
||||
Get;
|
||||
Set(value: Dynamic);
|
||||
}
|
||||
Reference in New Issue
Block a user