C# Class Strokes.Core.AchievementDescriptorAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: jonasswiatek/strokes

Public Methods

Method Description
AchievementDescriptorAttribute ( string guid, string achievementTitle ) : System

Initializes a new instance of the AchievementDescriptorAttribute class.

Method Details

AchievementDescriptorAttribute() public method

Initializes a new instance of the AchievementDescriptorAttribute class.
public AchievementDescriptorAttribute ( string guid, string achievementTitle ) : System
guid string
achievementTitle string The achievement title.
return System