Method | Description | |
---|---|---|
AddCheevo ( string title, string description, string category, int points ) : void | ||
GetCheevos ( ) : IEnumerable |
||
LoadPoppedCheevos ( ) : CheevoUser>.Dictionary |
||
ProposeCheevo ( string user, string proposes, int id ) : bool | ||
Setup ( ) : void |
Method | Description | |
---|---|---|
CheevoAlreadyProposed ( string user, int id ) : bool |
public static AddCheevo ( string title, string description, string category, int points ) : void | ||
title | string | |
description | string | |
category | string | |
points | int | |
return | void |
public static LoadPoppedCheevos ( ) : CheevoUser>.Dictionary |
||
return | CheevoUser>.Dictionary |
public static ProposeCheevo ( string user, string proposes, int id ) : bool | ||
user | string | |
proposes | string | |
id | int | |
return | bool |