Method | Description | |
---|---|---|
CheckpointTile ( object parent, bool visited, int bonuslife ) : System |
Constructor for the Checkpoint. Can get passed the bonuslifes and if it was visited before
|
|
Save ( System xmlw ) : void |
Method to save the CheckpointTile in a .xml file
|
public CheckpointTile ( object parent, bool visited, int bonuslife ) : System | ||
parent | object | parentobject. |
visited | bool | Set the visited attribute |
bonuslife | int | Set the bonuslifes |
return | System |