C# Class TownOfUs.Roles.Camouflager

Inheritance: TownOfUs.Roles.Role
Show file Open project: Anusien/Town-Of-Us

Public Properties

Property Type Description
Enabled bool
TimeRemaining float
_camouflageButton KillButtonManager

Public Methods

Method Description
Camouflager ( PlayerControl player ) : System

Method Details

Camouflager() public method

public Camouflager ( PlayerControl player ) : System
player PlayerControl
return System

Property Details

Enabled public property

public bool Enabled
return bool

TimeRemaining public property

public float TimeRemaining
return float

_camouflageButton public property

public KillButtonManager _camouflageButton
return KillButtonManager