src/app/types/playerCharacter.ts
owner: string
string
import { Character } from './character'; export class PlayerCharacter extends Character { owner?: string ; }