C# Class MCDawn.GunGame

显示文件 Open project: jonnyli1125/MCDawn

Public Properties

Property Type Description
countDown System.Timers.Timer
guns List
level MCDawn.Level

Public Methods

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

Method Details

End() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

countDown public_oe property

public System.Timers.Timer countDown
return System.Timers.Timer

guns public_oe property

public List guns
return List

level public_oe property

public Level,MCDawn level
return MCDawn.Level