Game seems to work
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
public class ActionDTO
|
||||
{
|
||||
public string Action { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string Data { get; set; }
|
||||
|
||||
public ActionDTO(string action, string data)
|
||||
public ActionDTO(string type, string data)
|
||||
{
|
||||
Action = action;
|
||||
Type = type;
|
||||
Data = data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user