C# Class MiningGame.Code.Managers.Manager

Mostra file Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
Name string

Public Methods

Method Description
AddToList ( ) : void
RemoveFromList ( ) : void
Update ( GameTime time ) : void

Method Details

AddToList() public method

public AddToList ( ) : void
return void

RemoveFromList() public method

public RemoveFromList ( ) : void
return void

Update() public method

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void

Property Details

Name public_oe property

public string Name
return string