datamodelszombie ZombieMatchClientStat - RaidMax/IW4M-Admin GitHub Wiki

ZombieMatchClientStat Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Data.Models.Zombie
  Data.Models.Zombie.ZombieMatchClientStat[ZombieMatchClientStat](/RaidMax/IW4M-Admin/wiki/ZombieMatchClientStat)
  Data.Models.Zombie.ZombieClientStat[ZombieClientStat](/RaidMax/IW4M-Admin/wiki/ZombieClientStat)
  class Data.Models.Zombie.ZombieClientStat abstractStyle;
  end
Data.Models.Zombie.ZombieClientStat --> Data.Models.Zombie.ZombieMatchClientStat

Details

Inheritance

Constructors

ZombieMatchClientStat

Source code

public ZombieMatchClientStat()

Generated with ModularDoc