This commit is contained in:
2026-01-05 14:09:38 +01:00
parent c97a8b4eef
commit b02666a0e1
4 changed files with 34 additions and 26 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
package vo;
import bindx.IBindable;
class RiderVO {
@:bindable
class RiderVO implements IBindable {
// constants for use with Reflect api when updating SelectedRider VO
public static final ID:String = "id";