import { Gladiator } from '../../model';
import { Value } from '../common';

export class SelectedGladiator extends Value<Gladiator> {

}