C# Class MCDawn.Infection

Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

Свойство Type Description
count int
level MCDawn.Level
powerpill bool

Méthodes publiques

Méthode 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 méthode

public Announce ( Player attacker, Player victim ) : void
attacker Player
victim Player
Résultat void

Check() public méthode

public Check ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Infect() public méthode

public Infect ( ) : void
Résultat void

Kill() public méthode

public Kill ( Player attacker, Player victim ) : void
attacker Player
victim Player
Résultat void

Powerpill() public méthode

public Powerpill ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

public Start ( bool Powerpill ) : void
Powerpill bool
Résultat void

ToHuman() public méthode

public ToHuman ( Player p ) : void
p Player
Résultat void

ToInfected() public méthode

public ToInfected ( Player p ) : void
p Player
Résultat void

Property Details

count public_oe property

public int count
Résultat int

level public_oe property

public Level,MCDawn level
Résultat MCDawn.Level

powerpill public_oe property

public bool powerpill
Résultat bool