Skip to content

Database Design

Dylan Lu edited this page Sep 12, 2023 · 1 revision
classDiagram
class Player {
  +string name
  +string ID
  +int kills
  +int rank
  +bool alive
  -string targetID
}
Loading
Clone this wiki locally