Skip to content

Commit ab98abe

Browse files
committed
Response ctor(T)
1 parent 7d3c0c8 commit ab98abe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Foundation/Assets/Foundation/Tasks/Response.cs

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ public Response()
6161

6262
}
6363

64+
public Response(T result)
65+
{
66+
Result = result;
67+
}
68+
6469
public Response(Exception ex)
6570
{
6671
Exception = ex;

0 commit comments

Comments
 (0)