C# Class MCDawn.Infection

显示文件 Open project: jonnyli1125/MCDawn

Public Properties

Property Type Description
count int
level MCDawn.Level
powerpill bool

Public Methods

Method Description
Announce ( Player attacker, Player victim ) : void
Check ( ) : void
End ( ) : void
Infect ( ) : void
Kill ( Player attacker, Player victim ) : void
Powerpill ( ) : void
Start ( ) : void
Start ( bool Powerpill ) : void
ToHuman ( Player p ) : void
ToInfected ( Player p ) : void

Method Details

Announce() public method

public Announce ( Player attacker, Player victim ) : void
attacker Player
victim Player
return void

Check() public method

public Check ( ) : void
return void

End() public method

public End ( ) : void
return void

Infect() public method

public Infect ( ) : void
return void

Kill() public method

public Kill ( Player attacker, Player victim ) : void
attacker Player
victim Player
return void

Powerpill() public method

public Powerpill ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( bool Powerpill ) : void
Powerpill bool
return void

ToHuman() public method

public ToHuman ( Player p ) : void
p Player
return void

ToInfected() public method

public ToInfected ( Player p ) : void
p Player
return void

Property Details

count public_oe property

public int count
return int

level public_oe property

public Level,MCDawn level
return MCDawn.Level

powerpill public_oe property

public bool powerpill
return bool