C# Class MCDawn.Spleef

显示文件 Open project: jonnyli1125/MCDawn

Public Properties

Property Type Description
count int
level MCDawn.Level

Public Methods

Method Description
End ( Player p, int style ) : void
SendRules ( Player p ) : void
Start ( ) : void

Method Details

End() public method

public End ( Player p, int style ) : void
p Player
style int
return void

SendRules() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

count public_oe property

public int count
return int

level public_oe property

public Level,MCDawn level
return MCDawn.Level