7 lines
69 B
Haxe
7 lines
69 B
Haxe
package lib.exporter;
|
|
|
|
enum Operation {
|
|
Get;
|
|
Set(value:Dynamic);
|
|
}
|