Person.ts 72 B

12345
  1. interface Person {
  2. icon: string;
  3. name: string;
  4. hp: number;
  5. }