Example #1
0
 public ContextOperation(IGameOperation operation, IContext context)
 {
     Operation = operation;
     Context = context;
 }
 public ContextOperationAwaiter(IGameOperation operation, IContext context)
 {
     _operation = operation;
     _context = context;
 }