cc-haxe/src/lib/exporter/Operation.hx
2023-07-30 15:55:22 +02:00

7 lines
69 B
Haxe

package lib.exporter;
enum Operation {
Get;
Set(value:Dynamic);
}