C# Class ServerTools.KillMe

Mostrar archivo Open project: dmustanger/7dtd-ServerTools

Public Properties

Property Type Description
DelayBetweenUses int
IsEnabled bool

Public Methods

Method Description
CheckPlayer ( ClientInfo _cInfo, bool _announce ) : void

Private Methods

Method Description
KillPlayer ( ClientInfo _cInfo ) : void

Method Details

CheckPlayer() public static method

public static CheckPlayer ( ClientInfo _cInfo, bool _announce ) : void
_cInfo ClientInfo
_announce bool
return void

Property Details

DelayBetweenUses public_oe static_oe property

public static int DelayBetweenUses
return int

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool