コード例 #1
0
 public bool VerifyPrediction(ref MultiSlotPredictedState state)
 {
     return(Value.VerifyPrediction(ref state.Value));
 }
コード例 #2
0
 public bool VerifyPrediction(ref SinkPredictedState state)
 {
     return(Value.VerifyPrediction(ref state.Value));
 }