コード例 #1
0
 public bool Interact(T2 info)
 {
     EnsureCoordinatorInit();
     return(InteractionComponentUtils.CoordinatedInteract(info, coordinator, ClientPredictInteraction));
 }
コード例 #2
0
 public bool Interact(HandApply info, string specificComponent)
 {
     EnsureCoordinatorInit();
     return(InteractionComponentUtils.CoordinatedInteract(info, coordinator, ClientPredictInteraction, specificComponent));
 }