Parser fix 1/2
This commit is contained in:
@@ -5,9 +5,9 @@ namespace WorldOfPeacecraft
|
||||
public class Challenge
|
||||
{
|
||||
int id_;
|
||||
string type_;
|
||||
GameType type_;
|
||||
bool accepted_;
|
||||
public Challenge (int id, string type, bool accepted)
|
||||
public Challenge (int id, GameType type, bool accepted)
|
||||
{
|
||||
id_ = id;
|
||||
type_ = type;
|
||||
|
||||
Reference in New Issue
Block a user