class UnitState { UnitState init() { return UnitState(); } UnitState clone() { return UnitState(); } } class UnitDataLoadState extends UnitState {}