Skip to content

Party #4

@SekretOne

Description

@SekretOne

Party contains the player information.

  • hold a list of players
  • JSON serializable / deserializable
  • list of all characters in the party
  • use getters and setters
class Party{
  name: 'string'

  characters: [
    {
      name: 'string'
    }
  ]

  get players();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    componentComponent class or element

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions