C# Class XPlane.Core.Miscellaneous.LasterTimeAchievement

Inheritance: Achievement
显示文件 Open project: ThuCommix/Sharpex2D

Private Properties

Property Type Description

Public Methods

Method Description
Add ( float amount ) : void

Adds an amount.

GetAchievementString ( ) : string

Gets the AchievementString.

LasterTimeAchievement ( ) : System

Initializes a new LasterTimeAchievement class.

Method Details

Add() public method

Adds an amount.
public Add ( float amount ) : void
amount float The Amount.
return void

GetAchievementString() public method

Gets the AchievementString.
public GetAchievementString ( ) : string
return string

LasterTimeAchievement() public method

Initializes a new LasterTimeAchievement class.
public LasterTimeAchievement ( ) : System
return System