public static void SetPlayerCommand(SMFPlayer player, PlayerCommand value)
 {
     player.SetValue(PlayerCommandProperty, value);
 }