예제 #1
0
 protected internal Command SetActor(ChatRuntime rt, string actorName)
 {
     return(SetActor(rt.FindActorByName(actorName)));
 }