Ejemplo n.º 1
0
 public static PlayNamedChoreoCommand For(SmartMotionExtension extension, string choreoName = null)
 {
     return(new PlayNamedChoreoCommand(extension.Name, choreoName));
 }
Ejemplo n.º 2
0
 public static FollowPrimaryUserCommand For(SmartMotionExtension extension)
 {
     return(new FollowPrimaryUserCommand(extension.Name));
 }
 public static SetWakeWordResponseCommand For(SmartMotionExtension extension)
 {
     return(new SetWakeWordResponseCommand(extension.Name));
 }