US02: Make it possible for the user to assign a race to a horse
This commit is contained in:
@@ -5,6 +5,14 @@ export class Horse {
|
||||
public description: string,
|
||||
public score: number,
|
||||
public birthday: Date,
|
||||
public race: ERace,
|
||||
public owner: number) {
|
||||
}
|
||||
}
|
||||
|
||||
enum ERace {
|
||||
ARABIAN,
|
||||
MORGAN,
|
||||
PAINT,
|
||||
APPALOOSA
|
||||
}
|
||||
|
Reference in New Issue
Block a user